Hey al!
Tomcat 5 on RH 8
"Each time you start Tomcat, after it loads Contexts (both from the
server.xml and automatically from $TOMCAT_HOME/webapps) ......"
This doesnt happen for me. Had the same problem in Tomcat 4.
On windows it does though.
Had to add:
<Context path="" docBase="root" debug="0" reloadable="true"></Context>
<Context path="/tomcat-docs" docBase="tomcat-docs" debug="0" reloadable="true"></Context>
in the virtual host in server.xml, to get the welcome page to be displayed.
But should this really be necessary?
Both root and docs folder contains WEB-INF with web.xml by default.
"After startup, the default web applications included with Tomcat 5
will be available by browsing: http://localhost:8080/ "
But I just got the "Error 500 No Context configured to process this request"
Why?
Can someone please explain!
Thanks! Calmera




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to