From 6d88d83517556357ad44b8576ef4739c62898392 Mon Sep 17 00:00:00 2001
From: rjung
Set to true to allow this context to use container
- servlets, like the manager servlet. Use of the privileged
- attribute will change the context's parent class loader to be the
- Server class loader rather than the Shared class
- loader. Note that in a default installation, the Common class
- loader is used for both the Server and the Shared
- class loaders.
The context path 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.
Set to true to allow this context to use container
+ servlets, like the manager servlet. Use of the privileged
+ attribute will change the context's parent class loader to be the
+ Server class loader rather than the Shared class
+ loader. Note that in a default installation, the Common class
+ loader is used for both the Server and the Shared
+ class loaders.
Set to true if you want Catalina to monitor classes in
/WEB-INF/classes/ and /WEB-INF/lib for
@@ -356,18 +356,18 @@
penalty.
Java class name of the org.apache.catalina.Wrapper
- implementation class that will be used for servlets managed by this
- Context. If not specified, a standard default value will be used.
Should the HttpOnly flag be set on session cookies to prevent client
side script from accessing the session ID? Defaults to
true.
Java class name of the org.apache.catalina.Wrapper
+ implementation class that will be used for servlets managed by this
+ Context. If not specified, a standard default value will be used.
If the value of this flag is true, the validation of
XML files will be namespace-aware. If you turn this flag on,
--
2.11.0