Starting and Stopping WorldServer manually on UNIX
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:
- On Linux, run the following command as root:
> /sbin/service worldserver start - On Solaris, run the following command as root:
> /etc/init.d/worldserver start
- On Linux, run the following command as root:
- To stop WorldServer:
- On Linux, run the following command as root:
> /sbin/service worldserver stop - On Solaris, run the following command as root:
> /etc/init.d/worldserver stop
- On Linux, run the following command as root: