I use JBoss 7.1.1-FINAL AS. Its configured to startup in domain mode with default settings. I use the domain.sh file to start up the server which starts 4 java processes:
- Host-controller
- Process-controller
- server-one
- server-two
In order to shutdown the server, i invoke the following command:
./jboss-cli.sh --connect controller=host:9999 /host=master:shutdown
This brings down the 2 servers, server-one and server-two.
I would like to know how to stop host-controller and process-controller.
Thanks for the help.
The command mentioned above is the command to shutdown the server. Apparently, this started working recently. I do not know what the issue was. The host-controller and the process-controller also shutdown with this command.
You can try either command. They both work for me;stopping all processes. #1 is the shorthand command connecting to the controller.
Cheers.