Have you ever got a fun project for you ;-).
The first thing you must do is to make certain that your Realm implements
org.apache.catalina.Realm (when I did this, it was a big enough change that
I put the 4.x classes in a new package so that I could still see the 3.x
versions). Personally, I have
Hi,
I am migrating my web application to 4.1.27 from tomcat 3 .
In tomcat 3 , I had following code for authentication in server.xml.
ldap://ldap.mycompany.com:389";
baseDn="ou=active,ou=employees,ou=people,o=mycompany.com"
maxDnAge="300"
maxPwAge="6000"
maxFilterAge="6000"
/>
where