RE: Tomcat Security across context question?

2006-03-01 Thread Matt Carless
sorry, the tomcat version I'm using is 5.0.28 I look for the valve docs for that version Thanks --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Matt Carless [mailto:[EMAIL PROTECTED] > > Subject: Tomcat Security across context question? &

Tomcat Security across context question?

2006-03-01 Thread Matt Carless
I'm using Tomcat to serve multiple contexts and I want to add security to allow a single user to access the multiple contexts after signing in on one of them. I have managed to successfully do this when using BASIC authentication login mechanism but this does not meet my requirements. This is beca