Starting and Stopping WorldServer manually on Linux
After you have configured WorldServer (running on Tomcat) to start and stop automatically, you can manually start and stop WorldServer through standard operating system service commands.
- To start WorldServer, run the following command as root:
> /sbin/service worldserver start - To stop WorldServer, run the following command and root:
> /sbin/service worldserver stop