I'm using
- Tomcat 4.1.24
- JDK 1.4.x (Sun version)
- Redhat Linux 7.3
- Lotus Domino 5.0.12 as an LDAP server

When I login for the first time, everything works fine. However, after a
while authentication stops working. I tried restarting Domino LDAP
service but it did not help. If I restart Tomcat login works again.
Here's what I get to catalina_log:

---
2003-07-30 13:59:07 CoyoteAdapter An exception or error occurred in the
container during the request processing java.lang.NullPointerException at
org.apache.catalina.realm.JNDIRealm.authenticate(JNDIRealm.java:793) 
.
.
.
---

Here's realm definition from server.xml:

---
<Realm
        className="org.apache.catalina.realm.JNDIRealm"
        connectionURL="ldap://server.name.here:389";
        userPattern="cn={0}"
        roleName="cn"
        roleSearch="(member={0})"/>
---
Thank you for any help,

  Jp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to