12.3.1 Start JBoss
12.3.2 Stop JBoss
Several procedures in this appendix require you to stop and start the instance of JBoss where you want to deploy the product.
From a command prompt, navigate to [appserver root] /bin.
Start the application server by typing the following command:
On master node:
(Windows) domain.bat -b [server_IP_Address] -c [config_file_name]
(Linux and Solaris) ./domain.sh -c [config_file_name] -b [server_IP_Address]
On slave nodes:
(Windows) domain.bat -b [server_IP_Address]
(Linux and Solaris) ./run.sh -b [server_IP_Address]
where [config_file_name] is the configuration required for your database and [server_IP_Address] is the IP address of the server.
Stop the application server by typing the following command:
(Windows) jboss-cli.bat --controller=<Host_IP or Host_Name>:9999 --connect
(Linux and Solaris) shutdown --host=master