/server - Chat server you need only this part for running server.
/client - Sample client applets
/client/docs - Documentation
README - REAME file
/JavaService.exe - This file use only on Windows in order to enable GaraxiChat to run as service.
/GService.exe - Utility application to start/stop Garaxi Chat service.

"[INSTALL_PATH]\server\properties.conf"

/usr/local
"/usr/local/java" is helpful but not necessary.
$ zcat -xvf garaxichat_2.xxx.tar.gz | tar xvf -
$ ./setup.run
$ [INSTALL_PATH]/bin/garaxichat start
"/usr/local/garaxichat" or
$ /usr/local/garaxichat/bin/garaxichat start
$ [INSTALL_PATH]/bin/garaxichat stop
$ /usr/local/garaxichat/bin/garaxichat stop
$ [INSTALL_PATH]/bin/garaxichat status
$ chmod a+x setup.run
#!/bin/bash
#!/bin/local/bin/bash
$java -version
$/PATH_TO_YOUR_INSTALLED_JAVA/bin/java -version
$ java -version
java version "1.3.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)
"[INSTALL_PATH]/client" to your web server that can access by public (Example : http://your_domain.com/chat)
"[INSTALL_PATH]/client"
"[INSTALL_PATH]/client" to your dynamic directory of your web server name "chat"
You can run applet by call "http://your_server/chat" from your web browser
[INSTALL_PATH]/client to your web server you can test to open the index.html of sample page.
Done. No need to configure your applet to point to the server.