4. Starting and Stopping Virgo Web Server

4.1 Starting Virgo Web Server

To start Virgo Web 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 Web Server, open a terminal window and run startup.sh:

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

Once Virgo Web 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 VWS.

Microsoft Windows

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

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

Once Virgo Web 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 VWS.