You have to configure Apache to send requests for that URL to tomcat. Soemthing like
JkMount /newfolder/*.jsp ajp13 JkMount /newfolder/servlet/* ajp13 in your httpd.conf file. John Turner [EMAIL PROTECTED] -----Original Message----- From: Beau Hebert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 11:39 AM To: [EMAIL PROTECTED] Subject: Tomcat Root Context Hi- I have recently managed to to configure Tomcat 4.0.4 and and Apache 2.0.39 to work together properly on Win2k. I am able to view and execute the Tomcat example files (localhost/examples) through Apache without a problem. However, once I place a new folder in Tomcat/webapps, edit the Context path accordingly in server.xml, restart Tomcat and try to view the application in my browser (e.g. localhost/newfolder), I receive a 404 error. My server.xml Context path entry looks like this: <!-- newfolder Context --> <Context path="/newfolder" docBase="newfolder" debug="0" reloadable="true" crossContext="true"/> <Logger className="org.apache.catalina.logger.FileLogger" prefix="newfolder_tutorials_log." suffix=".txt" timestamp="true"/> Am I missing something? Thanks in advance. Beau -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
