Hi! So is there a way for tomcat to share (or retrieve) the authentication information with IIS?
-----Original Message----- From: Reynir H�bner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 11:21 AM To: Tomcat Users List Subject: RE: IIS and security constraints I think you need to have IIS authenticate the users for you, then you can handle the authenticated user as you wish in your webapplication. hope it helps [EMAIL PROTECTED] > -----Original Message----- > From: Sean Dillon [mailto:[EMAIL PROTECTED]] > Sent: 26. j�n� 2002 15:17 > To: [EMAIL PROTECTED] > Subject: IIS and security constraints > > > I developed a site for a client who needs to deploy it on an existing > IIS server. I found docs on the web that describe using the > redirector > dll, etc., and have gotten IIS to successfully redirect urls to my JSP > site. My problem is that the security constraints that work so well > when running Tomcat standalone or even on the IIS machine via > port 8080, > do not work when accessing the site through IIS - there is never any > login dialog presented by the browser; instead, Tomcat > redirects to the > site's 404 error page. > > So what do I need to do to use container-managed security while > deploying Tomcat through IIS? > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
