|
|
Table of Contents |
COM.volano.Status captures real time status reports from
the VolanoChat server. Before you use the Status module, you need to first set a password for admin.password in your properties.txt file. (For more information, see Server Properties (4.2))
java COM.volano.Status [ options ]
COM.volano.Status makes a network connection to the
VolanoChat server and requests it to generate status reports at a
regular interval. It formats and prints each status report received. See
the Status Reports section for a complete
description on how to modify the report formats.
Note that to find the Java class file,
COM/volano/Status.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.
The following properties are read by the status application from the VolanoChat server properties file:
server.host
admin.port
admin.password
status.interval
format.date
format.status
format.status.memory
CLASSPATH
.:/usr/java1.1/lib/classes.zipwhile on Windows, you might specify:
.;C:\jdk1.1.7\lib\classes.zip
|
|
Check HTML | Table of Contents |