...
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 |
---|
To start and stop the server in the background mode of Linux, run the following command:wso2server.sh start and wso2server.sh stop commands. |
- 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
<APIM_HOME>
is the directory where you installed the product distribution: - On Windows:
<APIM_HOME>/bin/wso2server.bat --run
- On Linux/Solaris:
sh <APIM_HOME>/bin/wso2server.sh
...