RE: FW: IIS+Tomcat Q

2001-08-06 Thread Ratnakar Palle

Thanks Bojan for your response... I think it answers my question..
I'll try to integrate IIS+Tomcat and see if it works..

Thanks,
-Ratnakar

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 03, 2001 6:38 PM
To: [EMAIL PROTECTED]
Subject: Re: FW: IIS+Tomcat Q


Maybe you can use getRemoteUser, isUserInRole, getUserPrincipal etc.
from HttpServletRequest interface to find out who's logged on?

Once the user is authenticated, you'll always get its info from the
above and Tomcat will make sure that this guy is part of the correct
session. Does that answer your question?

Bojan

Ratnakar Palle wrote:

 I've a very basic question about IIS+Tomcat integration.
 I've to validate the user against the NT domain.

 When the request comes in, IIS validates the user against NT and forwards
 the request to Tomcat. After user gets validated, how does the Tomcat keep
 the user in session??
 I mean, how does the Tomcat make use of Servlet container session
mechanism.

 Hope I was clear on my question..

 Any help or pointers would be of great help...

 Thanks in advance,
 -Ratnakar




Re: FW: IIS+Tomcat Q

2001-08-03 Thread Bojan Smojver

Maybe you can use getRemoteUser, isUserInRole, getUserPrincipal etc.
from HttpServletRequest interface to find out who's logged on?

Once the user is authenticated, you'll always get its info from the
above and Tomcat will make sure that this guy is part of the correct
session. Does that answer your question?

Bojan

Ratnakar Palle wrote:
 
 I've a very basic question about IIS+Tomcat integration.
 I've to validate the user against the NT domain.
 
 When the request comes in, IIS validates the user against NT and forwards
 the request to Tomcat. After user gets validated, how does the Tomcat keep
 the user in session??
 I mean, how does the Tomcat make use of Servlet container session mechanism.
 
 Hope I was clear on my question..
 
 Any help or pointers would be of great help...
 
 Thanks in advance,
 -Ratnakar