| Table of Contents |
9.2 COM.volano.Main
COM.volano.Main runs the VolanoChat server.
Synopsis
java COM.volano.Main [ options ]
Description
COM.volano.Main runs the VolanoChat server by starting up its three embedded servers: the chat server, the administrative server, and the servlet runner. See the [5.0] VolanoChat Server chapter for a complete description of the server and its architecture.
Options
file- Specifies the path to the VolanoChat server properties file that defines the server's configuration. If no file is specified, the server looks for its properties in the file
conf/properties.txt, relative to the current working directory. Any relative file paths in the server properties are assumed to be relative to theinstall.rootsystem property. Ifinstall.rootis undefined, relative file paths in the server properties are assumed to be relative to the location of the properties file itself.
Environment Variables
CLASSPATH-
Used to provide the system a path to user-defined classes. Directories are separated by semicolons on Windows and colons on UNIX. The VolanoChat server requires the following Java archives in its path, specified relative to its installation directory:
lib/bootstrap.jar lib/catalina.jar lib/naming-common.jar lib/naming-resources.jar lib/servlet.jar lib/servlets-common.jar lib/servlets-default.jar lib/volanochat-server.jar lib/xerces.jar
See also:
[9.1] COM.volano.KeepAlive [9.3] COM.volano.Status [9.4] COM.volano.Shutdown
| XHTML 1.0 | Table of Contents |