the same attribute explicitly for the Context.</p>
</attribute>
- <attribute name="privileged" required="false">
- <p>Set to <code>true</code> to allow this context to use container
- servlets, like the manager servlet. Use of the <code>privileged</code>
- attribute will change the context's parent class loader to be the
- <em>Server</em> class loader rather than the <em>Shared</em> class
- loader. Note that in a default installation, the <em>Common</em> class
- loader is used for both the <em>Server</em> and the <em>Shared</em>
- class loaders.</p>
- </attribute>
-
<attribute name="path" required="false">
<p>The <em>context path</em> of this web application, which is
matched against the beginning of each request URI to select the
filenames used for either the .xml context file or the docBase.</p>
</attribute>
+ <attribute name="privileged" required="false">
+ <p>Set to <code>true</code> to allow this context to use container
+ servlets, like the manager servlet. Use of the <code>privileged</code>
+ attribute will change the context's parent class loader to be the
+ <em>Server</em> class loader rather than the <em>Shared</em> class
+ loader. Note that in a default installation, the <em>Common</em> class
+ loader is used for both the <em>Server</em> and the <em>Shared</em>
+ class loaders.</p>
+ </attribute>
+
<attribute name="reloadable" required="false">
<p>Set to <code>true</code> if you want Catalina to monitor classes in
<code>/WEB-INF/classes/</code> and <code>/WEB-INF/lib</code> for
penalty.</p>
</attribute>
- <attribute name="wrapperClass" required="false">
- <p>Java class name of the <code>org.apache.catalina.Wrapper</code>
- implementation class that will be used for servlets managed by this
- Context. If not specified, a standard default value will be used.</p>
- </attribute>
-
<attribute name="useHttpOnly" required="false">
<p>Should the HttpOnly flag be set on session cookies to prevent client
side script from accessing the session ID? Defaults to
<code>true</code>.</p>
</attribute>
+ <attribute name="wrapperClass" required="false">
+ <p>Java class name of the <code>org.apache.catalina.Wrapper</code>
+ implementation class that will be used for servlets managed by this
+ Context. If not specified, a standard default value will be used.</p>
+ </attribute>
+
<attribute name="xmlNamespaceAware" required="false">
<p>If the value of this flag is <code>true</code>, the validation of
XML files will be namespace-aware. If you turn this flag on,