I have a context with the following Realm tag. However, when I navigate to
the page, the page pulls up without any type of authentication. What am I
missing? I have read the "Realm Configuration HOW-TO" at apache.org.
<Context path="/mycontext">
<Realm name="testRealm"
className="org.apache.catalina.realm.JNDIRealm"
connectionURL="LDAP://myldapmachine001.mytest.com/CN=mycn,OU=Groups,DC=mycompany,DC=com"
alternateURL="LDAP://myldapmachine002.mytest.com/CN=mycn,OU=Groups,DC=mycompany,DC=com"
/>
</Context>
--
Marc Farrow