Hello All
We are trying to integrate Tomcat with LDAP and provide access for a particular group. Below is the configuration we have in server.xml and web.xml
Server.xml
<Realm className="org.apache.catalina.realm.JNDIRealm" debug="99"
connectionURL="ldap://<LDAP SERVER>:389"...