RE: FW: IIS+Tomcat Q

2001-08-06 Thread Ratnakar Palle
: 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

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