PreviousNextUpFAQ Table of Contents

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 VolanoChat Server chapter for a complete description of the server and its architecture.

Note that to find the Java class file, COM/volano/Main.class, you'll need either to have no CLASSPATH defined or to have the current working directory (".") included in the definition of your CLASSPATH environment variable.

OPTIONS

file
Specifies the path to the VolanoChat server properties file which defines the server's configuration. If no file is specified, the server looks for its properties in a file called properties.txt in the current working directory. Any relative file paths defined as values of 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. For example, on UNIX you might have:
.:/usr/java1.1/lib/classes.zip
while on Windows, you might specify:
.;C:\jdk1.1.7\lib\classes.zip

SEE ALSO


PreviousNextUpFAQ Check HTML Table of Contents