https://issues.apache.org/bugzilla/show_bug.cgi?id=45323
Summary: Documentation doesn't specify that each context.xml may
only contain one <Context/> element
Product: Tomcat 5
Version: Unknown
Platform: PC
URL: http://tomcat.apache.org/tomcat-5.5-
doc/config/context.html
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Webapps:Documentation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The documentation for configuring contexts
(http://tomcat.apache.org/tomcat-5.5-doc/config/context.html) states that "You
may define as many Context elements as you wish." However, it doesn't say that
each context has to be defined in a different file.
This is especially confusing as putting more that one <Context/> element in a
single context.xml file will give the error message "SEVERE: Parse error in
context.xml" for each webapp with the exception message " The markup in the
document following the root element must be well-formed." This indicates that
the problem is with the XML syntax instead of the semantics of context
definitions.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]