![]() ![]() ![]() ![]() |
Table of Contents |
COM.volano.Main
runs the VolanoChat server.
java COM.volano.Main [ options ]
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.
file
conf/properties.txt
, relative to the current working directory. Any relative file paths in the server properties are assumed to be relative to the install.root
system property. If install.root
is undefined, relative file paths in the server properties are assumed to be relative to the location of the properties file itself.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 |