This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Weblogic - iPlanet LDAP problems Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Weblogic - iPlanet LDAP problems" Watch "Weblogic - iPlanet LDAP problems" New topic
Author

Weblogic - iPlanet LDAP problems

Pradeep Ram
Greenhorn

Joined: Sep 29, 2004
Posts: 18
I am using WLS 8.1 SP3 on a Solaris box with JDK 1.4.1_05. We are using the perimiter authentication in WLS. All the web resources of the application (*.jsp) are protected using a Form based authentication. When a resource is invoked, Weblogic determines if the person has signed on to the app, if not, it throws a login page to the user. The problem we seem to have is that the Weblogic does not seem to disconnect the connections once the authentication process is complete. i.e. When we run a netstat on the LDAP box, the connections from the Weblogic server is always 'ESTABLISHED' and it never seems to time out. I have scoured the documentation looking for a setting that would force WLS to disconnect either after a successful or a failed auth. Has anyone else experienced such a problem ? Is there a patch for this ?

Thanks in advance
Pradeep Ram
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Weblogic - iPlanet LDAP problems
 
Similar Threads
what's LDAP server
LDAP Issues
EJB and Security (JAAS)
various question about LDAP authentication in J2EE
weblogic8.1 with open LDAP authentication