|
|
Table of Contents |
This document describes how to set up your VolanoChat server, modify its configuration, and monitor its activity. It is intended to be used by the VolanoChat server administratorusually the same person who installed and manages the Web server on your system.
You may download this guide from the following location:
HTTP: http://www.volano.com/pub/guide21.zip
This guide is updated frequently, so make sure to check back with the online version for the latest information.
The chapters of this guide are divided into four main sections as follows.
Each page in this guide has a header and footer containing navigational icons which link to other pages. In addition, each page contains a link to the Table of Contents.
takes you to the previous page in the guide.
takes you to the next page in the guide.
takes you up one level in the guide's hierarchy.
takes you to a page containing the frequently asked questions.
The current VolanoChat product version is denoted throughout this
guide by VolanoChat 2.1.x.y, where
2 is the release number, 1 is the major
version number, x is the minor version number, and
y is the build number. The build number is usually
included only in the download file names.
A monospaced type is used for code samples, computer
commands, file names and Java property names. For example:
server.port=8000
When showing the format of computer commands with parameters, the
parameters are shown in italic monospaced type. For
example:
java vchat200 -o directory
When showing HTML code, the parts that you may modify are shown in
bold monospaced type. For example:
<applet codebase="http://chat.volano.net/vcclient"
archive="COM/volano/MyVolanoChat.jar"
code="COM.volano.MyVolanoChat.class"
width="500" height="100">
<param name="cabbase" value="COM/volano/MyVolanoChat.cab">
<param name="color" value="#FFFFFF">
<param name="group" value="Welcome to Volano!">
<param name="text" value="english.txt">
</applet>
When showing sample computer commands along with their output, the
part that you type is shown in bold monospaced type.
For example:
/home/volano/vchat2.1.x> java COM.volano.Main VolanoChat(TM) Server Version 2.1.x Copyright (C) 1996-1999 Volano LLC. All rights reserved. Loading server properties from /home/volano/vchat2.1.x/properties.txt. blue.volano.com (192.168.0.3) VolanoChatPro - 5 connection limit. This evaluation copy expires on Mon Feb 01 00:00:00 PST 1999.
I welcome your feedback about this guide, especially if you spot errors or omissions that I have made. You can contact me at john@volano.com.
VolanoChat, VolanoChatPro, VolanoMark, VolanoTest, and VolanoNet are trademarks of Volano LLC. CaffeineMark is a trademark of Pendragon Software. Java is a trademark of Sun Microsystems, Inc., and refers to Sun's Java programming language.
The VolanoChat Administrator Guide is written using valid HTML 4.0 Transitional tags.
|
|
Check HTML | Table of Contents |