Does anyone know where I might find some instructions on how to get Tomcat 4.01 working with Apache1.3?
I had Caucho Resin setup and working quite smoothly. I observed that the majority of the people on this list seem to be either using or have used Tomcat some time in the past so I thought I'd give Tomcat a try.I downloaded Tomcat 4.01 and installed it, and completely disabled Resin. I also downloaded and copied mod_webapp.so and libapr.dll and copied them to the modules dir of my Apache installation. Add the following lines to httpd.conf and restarted apache (after starting tomcat), and for some strange reason Apache stopped accepting connections completely. LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples WebAppInfo /webapp-info If I rem out the line below and restart Apache it accepts connections and serves static HTML ok, but doesn't process any JSPs simply serving the source as is. # WebAppDeploy examples conn /examples Would appreciate if someone could either point out where I am making a mistake or simply point me to an easy to follow resource on the web on how to configure Apache and Tomcat 4.0. I haven't modified server.xml at all. I'm running WinXP Pro and JDK1.3.1 Thanks, Abhijit. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
