The Context entry is correct. Hope you are using the same case in the URL
as defined in the Context entry (newfolder is in lowercase in the Context).
You could change the debug value to something greater than 0 to generate
more logging. Check you logs to see if the newfolder webapplication is
deployed.
RS
"Beau Hebert"
<[EMAIL PROTECTED] To:
<[EMAIL PROTECTED]>
om> cc:
Subject: Tomcat Root Context
07/31/02 10:39 AM
Please respond to
"Tomcat Users
List"
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]>