remm 2005/07/04 11:39:09
Modified: webapps/docs apr.xml
Log:
- Some docs updates.
Revision Changes Path
1.4 +19 -3 jakarta-tomcat-catalina/webapps/docs/apr.xml
Index: apr.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/apr.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apr.xml 4 Jul 2005 14:53:20 -0000 1.3
+++ apr.xml 4 Jul 2005 18:39:09 -0000 1.4
@@ -79,7 +79,7 @@
</section>
- <section name="Configuration">
+ <section name="APR Components">
<p>
Once the libraries are properly installed and available to Java (if
loading fails, the library path
@@ -89,10 +89,25 @@
tweaking shouldn't be required.
</p>
+ <p>
+ When APR is enabled, the following features are also enabled in Tomcat:
+ <ul>
+ <li>Secure session ID generation by default on all platforms
(platforms other than Linux required
+ random number generation using a configured entropy)</li>
+ <li>OS level statistics on memory usage and CPU usage by the Tomcat
process are displayed by
+ the status servlet</li>
+ </ul>
+ </p>
+
+ </section>
+
+ <section name="APR Connectors Configuration">
+
<subsection name="HTTP">
<p>
- The following attributes are new in the HTTP APR connector:
+ The following attributes are supported in the HTTP APR connector in
addition to the ones supported
+ in the regular HTTP connector:
</p>
<attributes>
@@ -152,7 +167,8 @@
<subsection name="AJP">
<p>
- The following attributes are new in the AJP APR connector:
+ The following attributes are supported in the AJP APR connector in
addition to the ones supported
+ in the regular AJP connector:
</p>
<attributes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]