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=43335>. 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=43335 Summary: Are pathname & docBase mandatory fields for a Context in server.xml Product: Tomcat 5 Version: 5.5.20 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Connector:HTTP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] On Solaris we have a WAR application in $CATALINA_BASE/webapps/app1.war defined in server.xml ... <Context path="/app1" privileged="true"> ... works without problems On Windows we have app1.war in $CATALINA_HOME, but we got an exception with MBeans and must use ... <Context path="/app1" docBase="/app1" privileged="true"> ... The docu says, docBase is mandatory, but path is optional, so I'm confused now. What would be the correct settings ? -- 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]