Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 48116 invoked from network); 25 Apr 2003 17:44:29 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Apr 2003 17:44:29 -0000 Received: (qmail 26671 invoked by uid 97); 25 Apr 2003 17:46:30 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 26664 invoked from network); 25 Apr 2003 17:46:30 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Apr 2003 17:46:30 -0000 Received: (qmail 46316 invoked by uid 500); 25 Apr 2003 17:44:06 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 46267 invoked from network); 25 Apr 2003 17:44:06 -0000 Received: from rip.hugsmidjan.is (HELO rup.hugsmidjan.is) (213.213.133.178) by daedalus.apache.org with SMTP; 25 Apr 2003 17:44:06 -0000 Subject: RE: Tomcat IIS Authentication Problem MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 25 Apr 2003 17:39:56 -0000 Message-ID: <88500E0F870AA542B6340D8BC05A9E1B1C64C3@rup.hugsmidjan.is> X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message X-MS-TNEF-Correlator: Thread-Topic: Tomcat IIS Authentication Problem Thread-Index: AcMLUIy3DkJ2hYlgR7Ol4nQOdeTxFgAAA3mAAAAm34A= From: =?iso-8859-1?Q?Reynir_H=FCbner?= To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi,=20 You should use isapi_redirector2.dll, and then you can flag where to do = the authentication by having the following line in your jk2.properties : = request.tomcatAuthentication=3Dtrue =20 This means tomcat will take care of authentication, but if it's set to = false, IIS will do the authenticating.=20 Instructions on how to setup jk2 are available on the jakarta website, = but I also posted a quick manual on how to do it the most simple way, on = my website, you can check that out too. http://www.reynir.net/tomcat/tomcat_IIS_service_jk2.html Hope it helps -reynir > -----Original Message----- > From: Mark Silva [mailto:msilva@authenex.com]=20 > Sent: 25. apr=EDl 2003 17:33 > To: tomcat-user@jakarta.apache.org > Subject: Tomcat IIS Authentication Problem >=20 >=20 > Greetings, >=20 > I have an intersting problem. I need to use the IIS Web=20 > Server, but authenticate through a Tomcat Application. The=20 > Tomcat Application does some interesting things, and would=20 > take too much time to port to a Microsoft language (since it=20 > is in Servlets, JSPs). >=20 > So I am wondering if anybody has done this before? I know=20 > how to redirect to Tomcat using ISAPI filter extension=20 > (isapi_redirect.dll) but I am not sure how to communicate=20 > between the two layers, so that the ISAPI filter knows if the=20 > user has authenticated before (using some session info passed=20 > from tomcat). Is there a way for Tom cat to pass some sort=20 > of parameters to the Extension layers, when authentication=20 > has occured? >=20 > any ideas? >=20 > thanks, > mark >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org