DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12260>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12260 Cannot access some contexts. WAR files do not run. Summary: Cannot access some contexts. WAR files do not run. Product: Tomcat 4 Version: 4.1.9 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] After upgrading to 4.1.9 (xml-cocoon2_20020902161948) from 4.0.3 some of my context entries refuse to run now. I can run the manager, the admin directory is empty (was this overlooked?) so it doesn't run, the examples run, any of my contexts below D:\InetPub\wwwroot will run, but those that are located at other areas of my filesystem such as under D:\Projects\xxxxx refuse to run. All these were working fine under 4.0.3. Also, when I drop WAR files into the Tomcat /webapps folder nothing happens. I try accessing from the browser and they never get installed. I downloaded Cocoon and built it and same thing. The Cocoon WAR never runs. I've tried starting it from the manager and same thing - nothing. Here's how my entries look in server.xml: <Context path="/jsp" docBase="D:\InetPub\wwwroot\jsp" debug="0" reloadable="true" /> <Context path="/test" docBase="D:\InetPub\wwwroot\webapps" debug="0" reloadable="true" /> <Context path="/jboss" docBase="D:\Projects\TomcatJBoss" debug="0" reloadable="true" /> <Context path="/bonus" docBase="D:\Projects\Bonus" debug="0" reloadable="true"> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>