...
- 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 <PRODUCT_HOME> is the directory where you installed the product distribution:
- On Windows: <PRODUCT_HOME>/bin/wso2server.bat --run
On Linux/Solaris: sh <PRODUCT_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
The operation log appears. When the product server is running, the log displays the message "WSO2 Carbon started in 'n' seconds."
When a WSO2 product server starts, it starts all features and related artifacts bundled in the product. If you want to start only a subset of features (e.g., only the backend features), see Running the product on a Preferred Profile.
...