Author: rjung Date: Wed Mar 9 05:24:04 2011 New Revision: 1079667 URL: http://svn.apache.org/viewvc?rev=1079667&view=rev Log: Fix alphabetic order.
Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1079667&r1=1079666&r2=1079667&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/context.xml (original) +++ tomcat/trunk/webapps/docs/config/context.xml Wed Mar 9 05:24:04 2011 @@ -265,16 +265,6 @@ 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 @@ -288,6 +278,16 @@ 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 @@ -356,18 +356,18 @@ 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, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org