You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alvin Wang <xw...@qtechservices.com> on 2002/09/19 20:10:58 UTC

integrate tomcat with IIS (using JK2) and share user authentication information?

Hi! We plan to integrate tomcat with IIS. As I read, we can use JK2. Also we
want IIS to do the authentication. However, tomcat servlet session also need
the user login information (username...). So is there a way for tomcat to
share (or retrieve) the authentication information with IIS?

Or thinking the other way around, if we use tomcat to do the authentication,
is there a way that we can prevent IIS from loading some document until
login has been authenticated by tomcat?

Thanks a lot!

Alvin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: integrate tomcat with IIS (using JK2) and share user authentication information?

Posted by Matthew Hannigan <ml...@zip.com.au>.
On Thu, Sep 19, 2002 at 02:10:58PM -0400, Alvin Wang wrote:
> Or thinking the other way around, if we use tomcat to do the authentication,
> is there a way that we can prevent IIS from loading some document until
> login has been authenticated by tomcat?

Only have the sensitive stuff served up by tomcat.

Let IIS do the static and uninteresting stuff only.

Matt

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>