Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Friday, July 17, 2009

How to install latest Red5 on Linux

Instructions to install latest Red5 and JDK on Linux VPS or Dedicated Server:
Red5 Linux Installation Tutorial

An alternative to doing the red5 installation yourself would be to order red5 installation .

If you don’t have the time and experience to run your own server or vps, you should use managed red5 hosting .

Saturday, June 06, 2009

Red5 v0.8 RC3 on Linux and VideoFlashChat

First, read this step by step tutorial for installing latest Java and Red5 on Linux.

After installing the videoflashchat webapps, restart the Red5 server.

Also try removing these from WEB-INF/web.xml if present, as latest Red5 has different logging classes:

<context-param>

<param-name>log4jConfigLocation</param-name>

<param-value>/WEB-INF/log4j.properties</param-value>

</context-param>



<listener>

<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>

</listener>