| System
Requirements for Chat Blazer Server: |
-
Windows 95, 98, Win NT, any UNIX OS, OS/2.
-
Java Virtual Machine(JVM) with minimum version 1.0.2 setup on your computer.
If you can run java applications on your computer, then it is a clear indication
that you have a copy of the JVM installed on your computer. JVM comes with
the Java Development Kit. If you do not have a working JVM, get
it now.
|
| System
Requirements for Chat Blazer Client/Admin: |
-
A Java-enabled World Wide Web Browser. Examples include, Internet Explorer
3.xx, Netscape Navigator 3.xx, Netscape Navigator 4.xx, Netscape Communicator
4.xx, Internet Explorer 4.xx, HotJava.
|
| Installing
the Chat Blazer files in your directory |
-
Use an unzipping program (like WinZip 6.2) that is capable of long filenames
support to unzip this registered version of Chat Blazer.
-
After you have unzipped this package, place the following
files in the appropriate directory.
|
On a Computer with Internet
connection and installed with a Web Server.
-
Place ALL the files in this archive in the public web root
directory where your public web documents reside. Examples : "public_html",
"www_root". Consult your system administrator or look up the local internet/web
server application running on your server computer. The list of files in
this archive are (21 altogether):
-
readme.txt
-
cbclient.htm
-
cbguide.htm
-
instruc.htm
-
admin.htm
-
cbclient.zip - A zip archive
-
cbadmin.zip - A zip archive
-
drumroll.au
-
boing.au
-
opendr.au
-
closedr.au
-
yahoo.au
-
hi.au
-
chatbanner.jpg
-
loginbanner.jpg
-
ThreadedChatHandler.class
-
chat.class
-
Room.class
-
LinkedList.class
-
Link.class
-
ServerTimer.class
After you have extracted out the
files above, you may then extract ALL the files in cbclient.zip
and cbadmin.zip
into the same directory containing the list of files (1-21) above.
Please ensure that the casings for the letters
that constitute the above filenames are the same as the ones that you have
unzipped. One common fault is that after uploading the files to
a UNIX host, filenames are all changed to lower case i.e. threadedchathandler.class
instead of ThreadedChatHandler.class. If this occurs, rename the file following
the same format as the ones given above.
|
| Running
the Chat Blazer Server |
-
Type "java chat" (without the quotes)
in the directory where you have placed the files (1-14) as listed above.
If your system responds with "java not found" or any message that indicates
that "java" is not a defined executable file, set your computer's path
to the directory where java.exe(on PC) or java(on UNIX) is found. Consult
your system administrator for the location of the java executable file.
-
You will see a text interface menu. Take note of the default port number,
7999, which Chat Blazer runs on. If there is by any remote chance that
another service on your service is using the same port number, change the
port number of Chat Blazer to a port which is not used. Consult your system
administrator for the availability of a port. If
you have made any alterations to the default port number, please ensure
that in the applet parameter tag with name="port", set its value to the
corresponding port number which you have set.
-
Configure the Chat Blazer server before running it. You can choose to log
all chat transcripts or to record a person's entry and exit time.
-
When you are ready to run the chat server, press "4".
-
The Chat Blazer server is now running and is listening for any incoming
connections. You can terminate the chat server at any time by pressing
<CTRL-C>. The Chat Blazer server
will run indefinitely on your host/computer.
-
You may also run Chat Blazer from the command line. Type "java chat 7999"
and the chat server would be autostarted. This is useful if you want to
place the server in background mode by typing "java chat 7999 &".
-
If you encounter any difficulties, consult your system administrator to
help you set up a chat server.
|
| Running
the Chat Blazer Client : |
-
Launch your web browser application.
-
Point your browser to the location where you have placed the files (1-14)
as listed above. Example ; If you have placed your files in the "/user/myname/public_html/"
directory, then just point your browser to "http://yourhostdomain/~yourname/cbclient.htm".
NOTE: If the chat client did not load as expected,
ensure that you have extracted the files from cbclient.zip onto the same
directory as cbclient.htm. |
| Running
the Chat Blazer Administrator : |
-
Launch your web browser application.
-
Point your browser to the location where you have placed the files (1-14)
as listed above. Example ; If you have placed your files in the "/user/myname/public_html/"
directory, then just point your browser to "http://yourhostdomain/~yourname/admin.htm".
|
| Chat
Now : |
-
Click on the button "Click here to enter chat room" to open up the chat
window.
-
Enter your nickname and password (if necessary) at the Login Window and
press the "Login" button.
-
You have successfully set up your very own Chat Server. Congratulations!
|