5. Starting and Stopping Virgo Tomcat Server

5.1 Starting Virgo Tomcat Server

To start Virgo Tomcat Server run the startup.sh (Linux) or startup.bat (Windows) script. For both platforms, the script is located in the SERVER_HOME/bin directory.

Linux

To start Virgo Tomcat Server, open a terminal window and run startup.sh:

prompt$ cd $SERVER_HOME
prompt$ bin/startup.sh

Once Virgo Tomcat Server has started, the console will display a log message similar to the one shown below, along with other status messages:

[2009-11-30 12:12:12.111] Thread-2   <UR0001I> User region ready.

The preceding message indicates that you can start using VTS.

Microsoft Windows

To start Virgo Tomcat Server, open a command-window and run startup.bat:

prompt> cd %SERVER_HOME%
prompt> bin\startup.bat

Once Virgo Tomcat Server has started, the console will display a log message similar to the one shown below, along with other status messages:

[2009-11-30 12:12:12.111] Thread-2   <UR0001I> User region ready.

The preceding message indicates that you can start using VTS.