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=26810>. 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=26810 root context loaded again under its docbase name Summary: root context loaded again under its docbase name Product: Tomcat 5 Version: 5.0.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This involves deploying a webapp in the root context with the following context config: <Context path="" docBase="test.war"> Deploying this with the context.xml file in META-INF in the war, everything is OK. If I then restart tomcat, tomcat deploys the webapp in a second context as well, i.e. 'test'. If I remove context.xml from the war file, it deploys ordinarily as expected in the 'test' context. If I put the context config into the server.xml, the problem also occurs. My <host> declaration is v. simple: <Host name="localhost" debug="0" appBase="webapps"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
