开发者

Red5 latest svn: configuring tomcat as Java EE-Container

开发者 https://www.devze.com 2023-01-14 22:05 出处:网络
Latest svn version of red5 does not come with a default Java EE container. I want to configure Tomcat as the Java EE container is order to be able to execute Jsp/Servlet pages on port 5080.

Latest svn version of red5 does not come with a default Java EE container. I want to configure Tomcat as the Java EE container is order to be able to execute Jsp/Servlet pages on port 5080.

These are the exact steps i took:

  1. svn checkout
  2. 开发者_开发问答
  3. ant prepare
  4. ant dist
  5. 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
  6. copied jee-container.xml from the tomcatplugin to the red5/dist/conf dir.
  7. made sure RED5_HOME environment variable is properly configured
  8. started red5.sh

red5 won't start.

the full output of red5.sh script is at the following url:

http://pastebin.ca/1934429


I was missing the following jar:

tomcat-juli-slf4j.jar

I just copied it from an old red5 installation and it worked.

full conversation at:

http://groups.google.com/group/red5interest/browse_thread/thread/77ae427d060f97df

0

精彩评论

暂无评论...
验证码 换一张
取 消