PreviousNextUpFAQ Table of Contents

COM.volano.Shutdown

COM.volano.Shutdown requests the VolanoChat server to stop.

SYNOPSIS

java COM.volano.Shutdown [ options ]

DESCRIPTION

COM.volano.Shutdown makes a local connection to the VolanoChat server and requests it to stop.

Note that to find the Java class file, COM/volano/Shutdown.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 applications's configuration. If no file is specified, the application looks for its properties in a file called properties.txt in the current working directory.

APPLICATION PROPERTIES

The following properties are read by the status application from the VolanoChat server properties file:

admin.port
specifies the port number at which the administrative subsystem of the VolanoChat server accepts administrative connections.
admin.password
defines the password required to make an administrator connection to the VolanoChat server.

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