...
- Open a command prompt:
- On Windows, choose Start -> Run, type
cmd
at the prompt, and press Enter. - On Linux/Solaris, establish a SSH connection to the server or log in to the text Linux console.
- Execute one of the following commands, where
<ELB_HOME>
is the directory where you installed the product distribution: - On Windows:
<ELB_HOME>/bin/wso2server.bat --run
On Linux/Solaris:
sh <ELB_HOME>/bin/wso2server.sh
Info For additional options you can use with these startup commands, type
-help
after the command, such as:sh <PRODUCT_HOME>/bin/wso2server.sh -help
In a cluster where you have configured ELB to listen on default ports, please use:
sudo sh <ELB_HOME>/bin/wso2server.sh
The operation log appears. When the product server is running, the log displays the message "WSO2 Carbon started in 'n' seconds."
...
To stop the server, press Ctrl+C in the command window, or click the Shutdown/Restart link in the navigation pane.