This is a translated page. The original can be found here: http://www.designscripting.com/2009/03/installing-and-deploying-red5-server-in-tomcat-server/
Home » RED5 Inicio » RED5

Installing and Deploying Red5 Server in Tomcat Server Instalación e implementación de Red5 Server en el servidor Tomcat

23 March 2009 23 de marzo 2009 No Comment No hay Comentarios

Last friday i tried to install RED5 0.7 but i was not sucessful with that installation after hours El viernes pasado he intentado instalar RED5 0,7 pero yo no era exitosa con la instalación después de horas

of effort spend on the installation. del esfuerzo de invertir en la instalación.

Then and tried install RED5 0.6 and that was working awesome. A continuación, y trató de instalar RED5 0,6 y que estaba trabajando impresionante.

I just want to share what are the things i had done to make that configuration sucessful. Sólo quiero compartir lo que son las cosas que había hecho para hacer que la configuración exitosa.
Some of the prerequisites are Algunas de las condiciones previas

Check whether you system has jre1.5/JDK 5 with JAVA_HOME and CLASSPATH variables are set Compruebe si su sistema ha jre1.5/JDK 5 con JAVA_HOME y CLASSPATH variables se establecen

properly.If not download it here properly.If no descargarlo aquí

Here is my Setings Aquí está mi Setings

CLASSPATH: .;C:\Program Files\Java\java1.5\lib\ext\QTJava.zip;C:\Program Files\Java\java1.5\bin CLASSPATH:., C: \ Archivos de programa \ Java \ java1.5 \ lib \ ext \ QTJava.zip; C: \ Archivos de programa \ Java \ java1.5 \ bin

JAVA_HOME:C:\Program Files\Java\java1.5 JAVA_HOME: C: \ Archivos de programa \ Java \ java1.5

After Checking both are set properly. Después de comprobar tanto se establecen correctamente.

Follow the steps Siga los pasos

1) Download the Red5 v0.6.3 final exe for windows and for MacOSX or Ubuntu download respected 1) Descargue el Red5 v0.6.3 final exe para Windows y para MacOSX o Ubuntu descargar respetados

installation file archivo de instalación

http://osflash.org/red5/red5downloads http://osflash.org/red5/red5downloads

For windows Para las ventanas
http://dl.fancycode.com/red5/0.6.3/win/setup-red5-0.6.3.exe http://dl.fancycode.com/red5/0.6.3/win/setup-red5-0.6.3.exe

2)Install the Red5. 2) Instale el Red5. To check whether the installation is proper Para comprobar si la instalación es correcta
http://127.0.0.1:5080/ http://127.0.0.1:5080/
Open the above link, 5080 indicates Red5 runs in port 5080. Abra el enlace de arriba, indica Red5 5080 se ejecuta en el puerto 5080. We can the change the port later if you Podemos cambiar el puerto de la tarde si

have any issues with that port number tiene algún problema con ese número de puerto

3)Download and install Tomcat 6.x, in my case i installed Windows Service Installer 3) Descargar e instalar Tomcat 6.x, en mi caso yo instalar servicio Windows Installer
http://opensource.become.com/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.exe http://opensource.become.com/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.exe

4)To check installation is working fine, open the URL fina 4) Para comprobar la instalación funciona, abra la URL
http://localhost:8080/ http://localhost:8080/
Here Tomcat is running in port 8080. Aquí Tomcat se está ejecutando en el puerto 8080.

5)IF we need to deploy Red5 in Tomcat then download WAR. 5) Si tenemos que implementar Red5 en Tomcat y luego descargue WAR.

http://dl.fancycode.com/red5/war/ http://dl.fancycode.com/red5/war/

I had downloaded red5-0.6rc3-java6.war change it to red5.war Me había descargado el cambio red5-0.6rc3-java6.war a red5.war

6)In Tomcat 6 we have deploye manager 6) En Tomcat 6 hemos gerente deploye
http://localhost:8080/manager/ http://localhost:8080/manager/

Click browse and load red5.war after that Press Deploy Haga clic en Examinar y red5.war carga después de que la implementación de Prensa

7)After Deploying the War, open 7) Después de Implementación de la Guerra, abra
http://localhost:8080/red5/demos/port_tester.swf http://localhost:8080/red5/demos/port_tester.swf

Check the demo file is working fine. Compruebe el archivo de demostración está trabajando bien.

Note: Nota:

rtmp://localhost/oflaDemo rtmp: / / localhost / oflaDemo

When you are using above rtmp protocol in Flash if it points to the Red5 server and not the deployed WAR Cuando se utiliza por encima de protocolo RTMP en Flash si se apunta al servidor Red5 y no desplegados GUERRA

then we need to change red5.properties file which resides in the below location. entonces tenemos que cambiar red5.properties archivo que reside en el siguiente enlace.
Tomcat 6.0\webapps\red5\WEB-INF\red5.properties Tomcat 6.0 \ webapps \ Red5 \ WEB-INF red5.properties \

if didnt change the downloaded WAR file in step5 then the path would be si el cambio aún no ha descargado la GUERRA archivo en Paso5 entonces el camino sería
Tomcat 6.0\webapps\red5-0.6rc3-java6\WEB-INF\red5.properties Tomcat 6.0 \ webapps \ red5-0.6rc3-java6 \ WEB-INF red5.properties \

Here is the modified properties file, please check yours Aquí está el archivo de propiedades modificadas, por favor, compruebe el tuyo

red5.properties red5.properties

rtmp.host_port=0.0.0.0:1935 rtmp.host_port = 0.0.0.0:1935
rtmp.threadcount=4 rtmp.threadcount = 4
debug_proxy.host_port=0.0.0.0:1936 debug_proxy.host_port = 0.0.0.0:1936
proxy_forward.host_port=127.0.0.1:1935 proxy_forward.host_port = 127.0.0.1:1935
rtmps.host_port=127.0.0.1:1945 rtmps.host_port = 127.0.0.1:1945
http.host=0.0.0.0 http.host = 0.0.0.0
http.port=8080 http.port = 8080
rtmpt.host=0.0.0.0 rtmpt.host = 0.0.0.0
rtmpt.port=8088 rtmpt.port = 8088
webapp.contextPath=/ webapp.contextPath = /
webapp.virtualHosts=*,localhost, localhost:8080, 127.0.0.1:8080 webapp.virtualHosts =*, localhost, localhost: 8080, 127.0.0.1:8080

Next : Create First Java – Server side Application Siguiente: Crear Primera Java - del lado del servidor de aplicaciones

Cheers ¡Salud :)

VN:F [1.7.7_1013] VN: F [1.7.7_1013]
Rating: 0.0/ 10 (0 votes cast) Calificación: 0.0 / 10 (0 votos)
VN:F [1.7.7_1013] VN: F [1.7.7_1013]
Rating: 0 (from 0 votes) Rating: 0 (de 0 votos)
Translate this post Traducir este mensaje




Leave your response! Deje su respuesta!

Add your comment below, or trackback from your own site. Agregue su comentario abajo, o trackback desde tu propio sitio. You can also subscribe to these comments via RSS. También puedes suscribirte a estos comentarios vía RSS.

Be nice. Hay que ser agradable. Keep it clean. Mantenga limpio. Stay on topic. Manténgase sobre el tema. No spam. No spam.

You can use these tags: Usted puede utilizar estas etiquetas:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. Este es un gravatar habilitado weblog. To get your own globally-recognized-avatar, please register at Gravatar . Para obtener su propio mundo-reconoce-avatar, por favor regístrate en Gravatar .

CAPTCHA Image
Actualizar la imagen