|
|
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 serversthe 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.
file
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.
CLASSPATH
.:/usr/java1.1/lib/classes.zipwhile on Windows, you might specify:
.;C:\jdk1.1.7\lib\classes.zip
|
|
Check HTML | Table of Contents |