Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 56566 invoked from network); 21 Aug 2000 14:05:22 -0000 Received: from mail.scannet3.dk (194.255.42.18) by locus.apache.org with SMTP; 21 Aug 2000 14:05:22 -0000 Received: from jms (212.10.15.150[212.10.15.150])by SCANNET08(MailMax 3.065) with ESMTP id 17492265 for ; Mon, 21 Aug 2000 16:05:08 +0200 WDT Message-ID: <003d01c00b79$1c97e980$0601a8c0@rgm.dk> From: =?iso-8859-1?Q?Jens_M=F8nster_S=F8rensen?= To: References: Subject: Re: using multiple redirector in IIS Date: Mon, 21 Aug 2000 16:07:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Good question !!! I asked about the same thing a while back, but recieved no answer. The rather ugly solution I'm using at this point is that I have edited the jk_isapi_plugin.c #define REGISTRY_LOCATION ("Software\\Apache Software Foundation\\Jakarta Isapi Redirector\\1.0") to another location for each different setup I need and then recompile the dll, so I end up with different dll's for each virtual directory that needs different acces rights. E.g : #define REGISTRY_LOCATION ("Software\\Apache Software Foundation\\Jakarta Isapi Redirector\\1.0\\adm") > recompile #define REGISTRY_LOCATION ("Software\\Apache Software Foundation\\Jakarta Isapi Redirector\\1.0\\pub") > recompile This actually works as long as you access the different virtual dirs with different instances of MS Internet Explorer (IE) the first time you access them. Then after that you can access them interchangably through the same IE instance (wierd!!!). If you on the other hand, do not follow this procedure your IIS web site will actually crash!!! Which is obviously NOT good. So I am right now working on an basic authorisation filter dll of my own to get around this problem. But if someone out there has another solution I too would be very happy to hear about it :-) Thanks in advance /Jens ----- Original Message ----- From: Shu Yan Chan (UK) To: Sent: Monday, August 21, 2000 15:14 Subject: using multiple redirector in IIS > Is it possible to set up and use more then one instance of > isapi_redirect.dll filter? > I am trying to figure out how to set authenication for servlet without using > JSP. > It seems to me that it is only possible by setting the authenication to the > virtual directory where the filter is ini (e.g. the jakarta virtual > directory as suggested by the documentation), but then all servlet have the > same access control method... I need a bit more flexibility... > Any suggestion would be appreciated. > Thanks. > > Yours, > Shu Yan