Install Openfire in CentOs 5

hello all,

i have CentOs 5.2 how a local server in my home… , dont have installed jps support, is necessary instal someting for run openfire .rpm? or this rpm packaje brings all necessary for run jsp files?

thx for help me

You need to have Java 5 JDK or higher and that’s all.

hello

can you give me some link, which read how i can install Java 5 JDK for CentOs?

thx

http://blog.sixsigns.com/2008/02/12/installing-the-latest-jre-6-on-centos-5/

Here is a link on how to install Openfire as well:

http://www.igniterealtime.org/community/docs/DOC-1021

Let me know if you have questions.

Sif

Hi,

openfire are installed in server, but appear some errors. how i can change this ports? or how i can fix this issue…

look:

root@server [/opt/openfire/bin]# ./openfire.sh
Error creating server listener on port 5269: Address already in use
Openfire 3.6.4 [18-may-2009 22:26:49]
Consola de administración escuchando en:
http://0.0.0.0:9090
https://0.0.0.0:9091
Error starting server listener on port 5269: null
Error starting XMPP listener on port 5222: Address already in use
Error starting SSL XMPP listener on port 5223: Address already in use

the console of administration run fine,

It looks like you are already running an XMPP server… perhaps ejabberd is started? Try running /etc/init.d/ejabberd stop before starting Openfire and see if that works.