Bug 23364 - JNDI Taglib does not close context when using <jndi:useDirContext> tag
Summary: JNDI Taglib does not close context when using <jndi:useDirContext> tag
Status: RESOLVED DUPLICATE of bug 23363
Alias: None
Product: Taglibs
Classification: Unclassified
Component: JNDI Taglib (show other bugs)
Version: 1.0
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-23 19:33 UTC by Mitch Winkle
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mitch Winkle 2003-09-23 19:33:49 UTC
This is important for freeing network resources on heavily laden web-app servers
as well as the LDAP servers they point at.

I had to add <% contextName.close(); %> to the end of my jsp page in order to do
a timely close of the connection to an LDAP resource.

In my Java code that uses JNDI and LDAP, I just use contextName.close() in the
finally clause so as not to forget :-)
Comment 1 Mitch Winkle 2003-09-25 16:58:29 UTC

*** This bug has been marked as a duplicate of 23363 ***