You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/06/03 22:22:27 UTC

DO NOT REPLY [Bug 45125] New: RemoveAbandonedTimeout jndi datasource documentation conflicts with information displayed in Manager

https://issues.apache.org/bugzilla/show_bug.cgi?id=45125

           Summary: RemoveAbandonedTimeout jndi datasource documentation
                    conflicts with information displayed in Manager
           Product: Tomcat 6
           Version: 6.0.14
          Platform: Macintosh
               URL: http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-
                    examples-howto.html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: moody@isi.edu


Created an attachment (id=22066)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22066)
screen shot of tomcat manager that displays the RemoveAbandonedTimeout in
minutes

The documentation for the RemoveAbandonedTimeout attribute appears to conflict
with the display in the Tomcat Manager.

Quoting from:
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html

=== BEGIN ===
Use the removeAbandonedTimeout attribute to set the number of seconds a dB
connection has been idle before it is considered abandoned.
  removeAbandonedTimeout="60"
=== END ===

In the Manager Commands column, beside the Expire session button the text
reads:  "with idle >= N minutes, where N corresponds to the value of the
removeAbandonedTimeout attribute set in context.xml (see screenshot).

The documentation says "seconds" and the Manager says "minutes."   

I would like to know which is correct.  I am having trouble with unexpired sql
connections and am trying to determine how I should set the
removeAbandonedTimeout parameter.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 45125] RemoveAbandonedTimeout jndi datasource documentation conflicts with information displayed in Manager

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45125


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-06-03 15:48:00 PST ---
You are confusing http session timeouts with abandoned db connections.

The users list is probably the best place for your enquiry.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org