Hey Guys can some one tell me how to do this in CentOS 5.4
i Need to Install Red5 and do some configuration
here is how u would do it on Ubontu but i need it for CentOS 5.4
Thanks..
i Need to Install Red5 and do some configuration
here is how u would do it on Ubontu but i need it for CentOS 5.4
Code:
Preparation:
Please note this steps are valid in ubuntu , for other distributions commands might be different.
Step1: Download and Install sun-java6-bin :
- sudo apt-get install sun-java6-bin
Step2: Download and Install Red5 Server v0.6.3 and higher from OSFlash Web site :
- dpkg -i red5_0.6.3-1_all.deb
Step3: Stop Red5 service:
- cd /etc/init.d
- sudo sh red5 stop
Step4 : Download Mysql Connector/J 5.0 (Latest version) from : MySql Web site ,
Unzip and copy mysql-connector-java-(x.x.x)-bin.jar into your Java Folder/jre/lib/ext folder
for example: /usr/lib/jvm/java-6-sun/jre/lib/ext/mysql-connector-java-5.0.8-bin.jar
Step5: Copy install/red5/webapps/visichat2 folder into your red5 installation folder/webapps folder
/usr/lib/red5/webapps/visichat2
Thanks..