...
To start the server, you run the script wso2server.bat
(on Windows) or wso2server.sh
(on Linux/Solaris) from the binĀ
folder. Alternatively, you can install and run the server as a Windows service.
Info |
---|
We do not recommend starting WSO2 products as a daemon, because there is a known issue that causes automatic restarts in the wrapper mode. Instead, you can configure the heap memory allocations in the
|
- 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:OS Command On Windows <PRODUCT_HOME>\bin\wso2server.bat
On Linux/Solaris sh <PRODUCT_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."
...