| Table of Contents |
COM.volano.Shutdown requests the VolanoChat server to stop.
java -cp lib/volanochat-server.jar COM.volano.Shutdown [ options ]
COM.volano.Shutdown makes a local connection to the VolanoChat server and requests it to stop.
-cp lib/volanochat-server.jarfileconf/properties.txt, relative to the current working directory.The following properties are read by the Shutdown application from the VolanoChat server properties file:
admin.port=8001admin.password=server.host=admin.client.host for the Shutdown command to work.An additional property is read by the server when it receives an administrative connection request:
admin.client.host=server.host because normally you will want to issue Shutdown commands from the same machine where VolanoChat is installed.Once these properties are defined, you can shut down the VolanoChat server by entering the following command from the VolanoChat server installation directory:
java -cp lib/volanochat-server.jar COM.volano.Shutdown
CLASSPATHlib/volanochat-server.jar archive of your VolanoChat installation.See also:
[9.2] COM.volano.Main
| XHTML 1.0 | Table of Contents |