I'm trying to move a JSP-based web site from NT/IIS to OS X/Apache.
I've installed Tomcat 4.0.3 with Apache on OS X 10.1.3. I can run the Tomcat examples via Tomcat's web server (localhost:8080) and via Apache (localhost).
I put my JSP code in /webapps/mydir/, configure Tomcat's server.xml with a Context for /mydir and add a webappdeploy line to httpd.conf. I have permissions in /mydir set the same as those in /examples.
When I try to access jsp files in /mydir I get a "404" error, regardless of whether I'm accessing them via Tomcat or Apache.
Some of you appear to have Tomcat working. Can you help? I'm probably missing something very elementary.
Martin
I've installed Tomcat 4.0.3 with Apache on OS X 10.1.3. I can run the Tomcat examples via Tomcat's web server (localhost:8080) and via Apache (localhost).
I put my JSP code in /webapps/mydir/, configure Tomcat's server.xml with a Context for /mydir and add a webappdeploy line to httpd.conf. I have permissions in /mydir set the same as those in /examples.
When I try to access jsp files in /mydir I get a "404" error, regardless of whether I'm accessing them via Tomcat or Apache.
Some of you appear to have Tomcat working. Can you help? I'm probably missing something very elementary.
Martin