This patch makes the documentation reflect 4.1.x's behavior. Namely,
the only way to set the session timeout is via the webapp's web.xml
or the system wide web.xml  (also see bug 7613)

Cheers,
-bob

Index: manager.xml
===================================================================
RCS file:
/home/cvspublic/jakarta-tomcat-4.0/webapps/tomcat-docs/config/manager.xml,v
retrieving revision 1.2
diff -u -r1.2 manager.xml
--- manager.xml 26 Sep 2001 01:38:08 -0000      1.2
+++ manager.xml 8 Jul 2002 13:38:27 -0000
@@ -62,10 +62,14 @@
         created by this Manager.  If not specified, the default value
is
         sixty (60) minutes.</p>
 
-        <p><strong>NOTE</strong> - The value for this property is
inherited
-        automatically if you specify a
<code>&lt;session-timeout&gt;</code>
-        element in the web application deployment descriptor
-        (<code>/WEB-INF/web.xml</code>).</p>
+        <p><strong>NOTE</strong> - The value for this property is set
+        automatically.  if you specify a
+        <code>&lt;session-timeout&gt;</code> element in the web
+        application deployment descriptor
+        (<code>/WEB-INF/web.xml</code>), it is used, otherwise the
+        system wide default from
+        <code>$TOMCAT_HOME/conf/web.xml</code> is used.
+        </p>
       </attribute>
 
     </attributes>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to