You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bo...@apache.org on 2002/08/28 19:04:08 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config manager.xml

bobh        2002/08/28 10:04:08

  Modified:    webapps/tomcat-docs/config manager.xml
  Log:
  Removed documentation for "maxInactiveInterval" since setting it is pointless
  (it is overridden be either the webapp web.xml or the tomcat wide conf/web.xml)
  
  Revision  Changes    Path
  1.3       +0 -11     jakarta-tomcat-4.0/webapps/tomcat-docs/config/manager.xml
  
  Index: manager.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/manager.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- manager.xml	26 Sep 2001 01:38:08 -0000	1.2
  +++ manager.xml	28 Aug 2002 17:04:07 -0000	1.3
  @@ -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>&lt;session-timeout&gt;</code>
  -        element in the web application deployment descriptor
  -        (<code>/WEB-INF/web.xml</code>).</p>
  -      </attribute>
  -
       </attributes>
   
     </subsection>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>