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:
Post a Comment