RE: JSTL and LDAP

2003-12-03 Thread Dylan MacDonald
Wednesday, December 03, 2003 5:22 PM To: Tag Libraries Users List Subject: Re: JSTL and LDAP You can use the Realm of the Tomcat server to authenticate users and match them to roles (basically Groups stored in the ldap server). If you do this then you don't really need to use taglibs to manage

Re: JSTL and LDAP

2003-12-03 Thread Mark R. Diggory
You can use the Realm of the Tomcat server to authenticate users and match them to roles (basically Groups stored in the ldap server). If you do this then you don't really need to use taglibs to manage the login. You just have to configure your web.xml with a login-config and the server.xml wit