...
- 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
<IS<GREG_HOME>
is the directory where you installed the product distribution: - On Windows:
<GREG_HOME>/bin/wso2server.bat --run
- On Linux/Solaris:
sh <GREG_HOME>/bin/wso2server.sh
...