--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Im working with a JNDI realm to control access to a site. I need to be
able to 'trap' a successful login to any one of the pages in the site so
that I can create a session bean with login information. Is it possible
to tie a filter or valve to the login process and get the information
*before* the user is directed to the protected page?
- filter or valve to trap successful login? Jon Yeargers
- Re: filter or valve to trap successful login? David Delbecq