Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th May 2005, 05:21 PM
raghavendra's Avatar
raghavendra Offline
Registered User
 
Join Date: Jan 2005
Location: Bangalore
Age: 29
Posts: 360
Running a Chat Server

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
Code:
./configure

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
__________________
My Website
http://raghu.buildtolearn.net

Last edited by raghavendra; 10th May 2005 at 04:23 AM.
Reply With Quote
  #2  
Old 9th May 2005, 05:42 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
very cool!!!!
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #3  
Old 21st May 2005, 05:22 PM
mbdayton Offline
Registered User
 
Join Date: May 2005
Posts: 25
Once the server is up can I use something like Gaim to access it?
Reply With Quote
  #4  
Old 21st May 2005, 06:35 PM
raghavendra's Avatar
raghavendra Offline
Registered User
 
Join Date: Jan 2005
Location: Bangalore
Age: 29
Posts: 360
Hi
No I dont think so, once the server is running you have to use RealChat Client( A Java Applet) to access it.
I dont know whether it will be possible using Gaim bcos Gaim supports Yahoo, ICQ etc
__________________
My Website
http://raghu.buildtolearn.net

Last edited by raghavendra; 22nd May 2005 at 02:20 PM.
Reply With Quote
  #5  
Old 23rd May 2005, 06:49 AM
rae Offline
Registered User
 
Join Date: Dec 2004
Posts: 86
A different option would be to run a jabber server. It is open-source and gaim runs on it just fine. There are a number of options when choosing a server as you can tell here but the one I chose go with was jive messenger mostly because it had an rpm available. Getting it running was no chore at all. It had a nice web interface that allowed for easy configuration of the server. The rpm comes with its own internal db (HSQLDB) but one has the option of using an outside db such as PostgreSQL, LDAP, or MYSQL. If anyone has a problem setting this up just ask and I would be glad to help

rae
Reply With Quote
  #6  
Old 30th May 2005, 02:41 PM
cruiseoveride's Avatar
cruiseoveride Offline
Registered User
 
Join Date: Mar 2005
Location: Canada
Posts: 644
can windows clients access this server
__________________
Registered Linux User no. 335484 :cool:
An RHCE guy, and wannabe RHCA :cool:
--------------------------------------------------------
Get Counted at http://counter.li.org/
---------------------------------------------------------------------------------------------------------------------------------------------------------
AMD X3 710, ASUS M4N78-Pro, Visiontek ATi HD4870, Corsair 2GB Dual Channel Kit, 6x500Gb Western Digital Disks LVM2+RAID5
Reply With Quote
  #7  
Old 30th May 2005, 02:43 PM
raghavendra's Avatar
raghavendra Offline
Registered User
 
Join Date: Jan 2005
Location: Bangalore
Age: 29
Posts: 360
Hi
Yes Windows Clients can access the server...........
It does not depend on the OS.
__________________
My Website
http://raghu.buildtolearn.net

Last edited by raghavendra; 30th May 2005 at 07:06 PM.
Reply With Quote
  #8  
Old 30th May 2005, 07:05 PM
cruiseoveride's Avatar
cruiseoveride Offline
Registered User
 
Join Date: Mar 2005
Location: Canada
Posts: 644
but i thought it only uses a browser, and os independent
__________________
Registered Linux User no. 335484 :cool:
An RHCE guy, and wannabe RHCA :cool:
--------------------------------------------------------
Get Counted at http://counter.li.org/
---------------------------------------------------------------------------------------------------------------------------------------------------------
AMD X3 710, ASUS M4N78-Pro, Visiontek ATi HD4870, Corsair 2GB Dual Channel Kit, 6x500Gb Western Digital Disks LVM2+RAID5
Reply With Quote
  #9  
Old 30th May 2005, 07:07 PM
raghavendra's Avatar
raghavendra Offline
Registered User
 
Join Date: Jan 2005
Location: Bangalore
Age: 29
Posts: 360
Quote:
Originally Posted by cruiseoveride
but i thought it only uses a browser, and os independent
Hi
Sorry, i think i put it the wrong way
Yes it only uses a browser (JRE installed)
It is OS independent
__________________
My Website
http://raghu.buildtolearn.net
Reply With Quote
  #10  
Old 31st May 2005, 01:10 AM
gavinw6662 Offline
Registered User
 
Join Date: Feb 2005
Age: 34
Posts: 1,281
Quote:
Originally Posted by rae
A different option would be to run a jabber server. It is open-source and gaim runs on it just fine. There are a number of options when choosing a server as you can tell here but the one I chose go with was jive messenger mostly because it had an rpm available. Getting it running was no chore at all. It had a nice web interface that allowed for easy configuration of the server. The rpm comes with its own internal db (HSQLDB) but one has the option of using an outside db such as PostgreSQL, LDAP, or MYSQL. If anyone has a problem setting this up just ask and I would be glad to help

rae
Jabber works well, we use it at my work. I don't know if it was a configuration problem or not, but every so often all the contacts in the DB disappear, and we have to call out engineers to rebuild the DB to get them back. But that is only a minor problem. Jabber is nice as you can use gaim to access it, along with all your other chat accounts.
Reply With Quote
Reply

Tags
chat, running, server

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeCS - Chat Server lawkay Using Fedora 6 14th August 2012 05:10 PM
Chat server(recomendation) gibz85 Servers & Networking 3 21st April 2009 09:13 AM
Chat Server Nixforce Servers & Networking 4 29th September 2005 12:56 AM


Current GMT-time: 00:53 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat