DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42836>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42836 Summary: Can't deploy application with "path" attribute when using $CATALINA_HOME/conf/[enginename]/[hostname]/context.xml method Product: Tomcat 5 Version: 5.5.23 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] when i deploy a web application using $CATALINA_HOME/conf/[enginename]/[hostname]/webcontext.xml method, tomcat will deploy the application using the file name for its context name, not the path attribute in the webcontext.xml file.This bug also appeared in 6.0 serious. The problems are: 1:org.apache.catalina.core.mbeans-descriptors.xml missing the "path" attribute for mbean StandardContext. 2:in org.apache.catalina.startup.HostConfig about line 620:we can call method context.setPath(contextPath) when context.getPath() is null. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
