|
|
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.
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 of frequently asked questions (FAQ).
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.zip"
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:
web:/home/john/vchat2.0.0> java COM.volano.Main VolanoChat(TM) Server Version 2.0.0 Build 103 Copyright (C) 1996-1998 Volano LLC. All rights reserved. web.volano.net (209.24.233.11) VolanoChatPro - unlimited connections.
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 |