Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ldap authentication in java

Status
Not open for further replies.

kondakindi

IS-IT--Management
Apr 18, 2005
31
US
I amtrying to use ldap withs ervlets..
i ahve downloaded the netscape ldap package and set environment variables and to ldapfilt.jar and ldapjdk.jar The file complies but gives a java.lang.NoClassDefFoundError: netscape/ldap/LDAPException
at Login.doPost(Login.java:59)
.i am not able to resolve the problem as i am in netwerk of the ldap server also ...but why should the file give call not found exception when the class exist..
Please could u help reloving this?
thanks
 
Have you added the relevant jar files to TOMCAT_HOME/common/lib (or if not using Tomcat, the relevant lib area of the servlet container) ?

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top