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
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
"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
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