RE: Realm and Authentication with Tomcat 5.0, Apache 2 and mod_jk 1.2

2006-02-10 Thread Duan, Nick
rs List Subject: Re: Realm and Authentication with Tomcat 5.0, Apache 2 and mod_jk 1.2 Hi Bill, Thanks for your answer. The original design of this authentication/session creation mechanism was made by another developper who knows Tomcat better than I know (but not enough apparently ;) ). If I understand

Re: Realm and Authentication with Tomcat 5.0, Apache 2 and mod_jk 1.2

2006-02-10 Thread Mickael Goujon
Hi Bill, Thanks for your answer. The original design of this authentication/session creation mechanism was made by another developper who knows Tomcat better than I know (but not enough apparently ;) ). If I understand correctly, your suggestion is to write a custom valve which will be used

Re: Realm and Authentication with Tomcat 5.0, Apache 2 and mod_jk 1.2

2006-02-09 Thread Bill Barker
"Mickael Goujon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > We have a web application deployed under Tomcat 5.0 which uses a custom > Realm for authentication. This custom Realm basically does a web service > call using the user's credentials to authenticate with the

Realm and Authentication with Tomcat 5.0, Apache 2 and mod_jk 1.2

2006-02-09 Thread Mickael Goujon
Hi, We have a web application deployed under Tomcat 5.0 which uses a custom Realm for authentication. This custom Realm basically does a web service call using the user's credentials to authenticate with the web service server (basic WS-I username/password authentication). If the web service