ControlTier > elements
 

startService

Command Reference

Description

asynchronously executes the jboss start command

standard startService command to asynchronously start the jboss server instance.

Usage

ctl -t JBossServer -o <objectname> -c startService [-basedir <>] [-host <0.0.0.0>] [-install_root <>] [-java_home <>] [-spawn <true>]

Options

Option Description Type Default
basedir base directory of the jboss instance string ${entity.attribute.jboss_basedir}
host defines which interface(s) to bind to, 0.0.0.0 defaults to all interfaces string 0.0.0.0 / ${entity.attribute.jboss_host}
install_root string ${entity.attribute.jboss_install_root}
java_home JAVA_HOME string ${entity.attribute.java_home}
spawn Whether or not to run in background string true