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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to