Man, this list needs a FAQ, bad.
HOWTO: http://www.galatea.com/flashguides/index There are many other docs that explain how to connect the two, the URL above is just one of them. If you are using apache, there is no benefit to using mod_webapp (WARP). The current mod_webapp connector sends ALL requests to tomcat...in that scenario, apache does nothing but add a layer. You would be fine just using tomcat standalone on port 80 in that scenario. If you want apache to serve static content, and tomcat to serve servlet and JSP content, then you should use mod_jk (at this time): http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.html John Turner [EMAIL PROTECTED] -----Original Message----- From: Diego, Emil [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 9:06 AM To: '[EMAIL PROTECTED]' Subject: mod_webapp.so I am running Redhat linux 7.3 with Apache 1.3.23 and tomcat 4.0.4. I have installed them both and have tested them individually and they work. Now i want to setup tomcat so it works within apache. my 2 questions are this. 1) Where can I get the mod_app.so warp connecter? 2) Is there a really good tutorial on how to configure the servers to work together? thanx in advance for the assistance. Emil [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
