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=8036>. 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=8036 Tomcat 4.0.3 doesn't extract war file automatically Summary: Tomcat 4.0.3 doesn't extract war file automatically Product: Tomcat 4 Version: 4.0.3 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] After I add <Context path="/myApp" docBase="myApp" /> into thc conf/server.xml and have myApp.war under the webapps directory, it doesn't extract the war file automatically when I startup tomcat. But, if I remove the <Context path="/winceava" docBase="winceava" /> from server.xml, it does the automatic extract correctly. To make sure it's not my code lead to this bug. I tried on the examples application comes with tomcat 4.0.3, it also doesn't extract automatically if there is a <Context> configuration for examples; And when I remove the <Context> configuration of examples from the server.xml, it extracts correctly. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>