Hello. Latest svn version of red5 does not come with a default Jee Container. I want to configure tomcat as the Jee-Container is order to be able to execute Jsp/Servlet pages on port 5080.
These are the exact steps i took:
- svn checkout
- ant prepare
- ant dist
- copied the following files to red5/dist/plugins directory: catalina.jar jasper-el.jar jasper-jdt.jar jasper.jar tomcat-coyote.jar tomcatplugin-1.0.jar
- copied jee-container.xml from the tomcatplugin to the red5/dist/conf dir.
- made sure RED5_HOME environment variable is properly configured
- started red5.sh
red5 won't start.
the full output of red5.sh script is at the following url:
thanks