Hi
This article is for setting up of a chat server.
I have setup the chat server on my computer running Fedora Core 3.
The example taken here is RealChat
Download RealChat from
http://www.realchat.com/download.php
Installing the server
Extract it and go to the folder server
Now extract the file rcserver222b.tar.gz
Go to folder rcserver222b
Give the command as root
Installing the Client
Go to the folder
......../realchat-351e-222b/client
Extract the file rcclient351e.tar.gz
Rename the extracted folder as chat
Copy the chat folder to
If you have installed Apache from source
/usr/local/apache2/htdocs/
or to the respective Apache folder depending on your installation
Now installing JRE for Firefox
Download jre-1_5_0_01-linux-i586-rpm.bin
Install it
After that give these commands
Code:
cd /usr/lib/firefox-1.0.3/plugins
ln -s /usr/java/jre1.5.0_01/plugin/i386/ns7/libjavaplugin_oji.so
Now open Firefox and give
http://yourdomainname/chat/
And you have a chat client running by selecting any of the 3 examples.........
If you dont want to choose the examples always........
In the chat directory
delete index.html
rename example1.html to index.html
To see an example you can visit this
http://raghu.homelinux.com/chat/example1.html
or
http://raghu.homelinux.com/chat/
Hope this is of some use