|
|
Table of Contents |
COM.volano.Status captures real time status reports from
the VolanoChat server.
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
install.root system property. If
install.root is defined, the server looks for its
properties in a file called properties.txt in the directory
defined by install.root. If install.root is
undefined, 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.
The following properties can be added to the Java system by defining them as an option to your Java interpreter. See the documentation for your Java virtual machine for details.
install.root
vcstart and
vcstop scripts. By default, the VolanoChat server looks in
the current working directory for its files when
install.root is undefined.
The following properties are read by the status application from the VolanoChat server properties file.
admin.password
admin.port
format.date
format.status
format.status.memory
status.host
status.interval
CLASSPATH
.:/usr/local/java/lib/classes.zipwhile on Windows, you might specify:
.;C:\jdk1.1.5\lib\classes.zip
|
|
Check HTML | Table of Contents |