Setting the "maxInactiveInterval" in server.xml is pointless because it is overwritten by the webapp's "web.xml" or "conf/web.xml", should I remove it from the manager.xml documentation, like the patch below?
Comments? -bob Index: manager.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/manager.xml,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 manager.xml --- manager.xml 18 Jul 2002 16:48:37 -0000 1.1.1.1 +++ manager.xml 27 Aug 2002 17:31:22 -0000 @@ -57,17 +57,6 @@ deployment descriptor (<code>/WEB-INF/web.xml</code>).</p> </attribute> - <attribute name="maxInactiveInterval" required="false"> - <p>The default maximum inactive interval (in minutes) for Sessions - 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><session-timeout></code> - element in the web application deployment descriptor - (<code>/WEB-INF/web.xml</code>).</p> - </attribute> - </attributes> </subsection> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>