The Free Jat Server consists of four Java classes
and two configuration files.

Class Files:

	ChatServer.class
	ChatServerListener.class
	ChatRoom.class
	Connection.class

Server Configuration File:

	serverconf.txt
		- contains root password, moderator password,
		  and the server port number

	motdconf.txt
		- contains the Message of the Day

The Jat Server requires the Java Development Kit to run. Please
visit http://software.sensenet.com/products/jat_server_tech.html for
a list of download sites.

To start the server, you need to execute the ChatServer.class file.
The act of executing a Java file may vary from one operating system
to the next. For instance, on the Windows 95 version of the JDK you type:

    java ChatServer.class

Please see the documentation for the version of the JDK you have installed.

Upon starting-up, the server creates two files, "transcript.log" and
"server.log", which can be rotated or deleted. If the files already
exist when the server is started up any new activity will be appended
to them.

If you need to download the JDK or need more info on starting up the server
please visit: http://software.sensenet.com/products/jat_docs.html.

Further documentation is avaiable online at:
http://software.sensenet.com/products/jat.html

SenseNet Free Jat Server v1.0b4
Copyright (c) 1997 Sensenet, Inc.
http://software.sensenet.com

