9.3 Starting and stopping JBoss

Several procedures in this appendix require you to stop and start the instance of JBoss where you want to deploy the product.

9.3.1 Start JBoss

  1. From a command prompt, navigate to [appserver root] /bin.

  2. Start the application server by typing the following command:

    • (Windows) domain.bat -c [config_file_name] -b [server_IP_Address]

    • (Linux and Solaris) ./standalone.sh -c [profile_name] -b [server_IP_Address]

    where [profile_name] is the configuration required for your database and [server_IP_Address] is the IP address of the server.

9.3.2 Stop JBoss

  1. From a command prompt, navigate to [appserver root] /bin.

  2. Stop the application server by typing the following command:

    • (Windows) jboss-cli.bat --connect command=:shutdown

    • (Linux and Solaris) ./jboss-cli.sh --connect command=:shutdown

// Ethnio survey code removed