...
cmd
at the prompt, and then press Enter.<CEP_HOME>\bin\wso2server.bat --run
On Linux/Solaris/Mac OS: sh <CEP_HOME>/bin/wso2server.sh
To start the server in the background mode of Linux: sh <CEP_HOME>/bin/wso2server.sh start
To stop the server running in this mode, you will enter: sh <CEP_HOME>/bin/wso2server.sh stop
To provide access to the production environment without allowing any user group (including admin) to log into the Management Console:
<CEP_HOME>\bin\wso2server.bat --run -DworkerNode
sh <CEP_HOME>/bin/wso2server.sh -DworkerNode
-help
after the command, such as: sh <CEP_HOME>/bin/wso2server.sh -help
(see the related topics section at the end of this page).The operation log appears in the command window. When the product server has successfully started, the log displays the message "WSO2 Carbon started in 'n' seconds".
Info | ||
---|---|---|
If you are running the CEP on a computing device that does not have a local interfacedisplay, the following error may occur.
In order to avoid this, add the following system property to the start-up script.
|
...