killService
Command Reference
Description
kills the jboss server process
Last resort command to kill the specific jboss server instance java process. Implicitly executed via a stopServiceWrapper exception, or can can be executed on demand.
Usage
ctl -t JBossServer -o <objectname> -c killService [-basedir <>] [-install_root <>] [-killwait <2>]
Options
Option | Description | Type | Default |
---|---|---|---|
basedir | base directory of the jboss instance | string | ${entity.attribute.jboss_basedir} |
install_root | installation root of the jboss server | string | / ${entity.attribute.jboss_install_root} |
killwait | number of seconds to wait to check if PIDs still exist after kill | string | 2 |