Last Updated: November 15, 1998
To install the Java Chat Touring onto your Virtual Server, you will need to telnet to your Virtual Server and then do the following steps:
cd (this will put you in your home directory)
tar -xvf /usr/local/contrib/ChaTour.tar AddType directive for CGI's in your
srm.conf file.
cd ~/usr/local/etc/httpd/conf
open up the file srm.conf and find the line:
#AddType application/x-httpd-cgi .cgi
uncomment this line by removing the '#', i.e. change the line to:
AddType application/x-httpd-cgi .cgi
chat.cgi and express.cgi scripts to be that
of your domain name.
$docBase="http://www.DOMAIN_NAME/Chat/";$docBase="http://www.[your domain
name]/Chat/";$docBase="http://www.company.com/Chat/"; Change line 17 of express.cgi from
$docBase="http://www.DOMAIN_NAME/Chat/";
to
$docBase="http://www.[your domain
name]/Chat/";
for example:
$docBase="http://www.company.com/Chat/";
If you are unfamiliar with JAVA, or would like to learn more about JAVA(tm): Programming for the Internet, the following URL is an excellent resource:
Your installation of the Chat Touring software will include a help file which you should probably browse through.
Chat Touring is copyright © 1996 by Paul Burchard, and is distributed under the terms of the GNU Library General Public License.
Development of Chat Touring funded in part by the Woodrow Wilson National Fellowship Foundation, a non-profit corporation whose mission is identifying issues in education at all levels, and administering programs which address them.
Copyright © 1996, Last Modified: 15 November 1998 A Little Technology Shoppe, LLC. All rights reserved. All brand names and product names used on these web pages are trademarks, or trade names of their respective holders.