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>

No comments: