Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation]

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector]

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirector.dll"
"log_file"="C:\\\\Tomcat4112\\\\logs\\\\isapi.log"
"log_level"="debug"
"worker_file"="C:/Tomcat4112/conf/workers.properties"
"worker_mount_file"="C:/Tomcat4112/conf/uriworkermap.properties"
@=""


-----Original Message-----
From: Jason Bainbridge [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 2:36 PM
To: Tomcat Users List
Subject: Re: Connectors for IIS/Tomcat SHOULD make sense


Just for a sanity check can you export your registry settings for the below 
key and send them to the list?

HKEY_LOCAL_MACHINE
   SOFTWARE
     Apache Software Foundation
         Jakarta Isapi Redirector
           1.0

Regards,
Jason


On Thu, 26 Jun 2003 02:23, Januski, Ken wrote:
> Some progress...............................
>
> I haven't spent much time looking at the IIS logs but rather at the
> isapi_redirect logs. But today I did and happened to notice that the old
> logs for Tomcat before I upgraded and things stopped working has this when
> it redirects to Tomcat:
>
> GET /jakarta/isapi_redirector.dll - 200 Java1.4.0_01
>
> The new logs where it's failing show this instead:
>
> GET /jakarta/isapi_redirector.dll - 200
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
>
> Both show 200 to indicate that they're forwarding successfully I think.
But
> the successful one seems to link to Java and the unsuccessful to the
> browser. Once I get that figured out I'm hoping problem may be solved.
>
>
>
>
> -----Original Message-----
> From: Januski, Ken [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 24, 2003 6:09 PM
> To: Tomcat Users List
> Subject: RE: Connectors for IIS/Tomcat SHOULD make sense
>
>
> Thanks Jason,
>
> Yes I've edited the registry over and over, trying forward slashes,
> backslashed backwards slashes, etc. in path name all to know avail. I'm
> going to call it quits for today and hope that something will make more
> sense tomorrow. If not I guess I'll just start from scratch with a
> reinstallation.
>
> The fact the the redirect logs say that they've found so many rules and
> then found matches against those rules makes me think that there is no
> problem finding the uriworkermap.properties files, since that's where
these
> are defined. But something sure is whacky with the loading of
> isapi_redirect(or). Maybe tomorrow it will all make more sense.
>
> Thanks much for all your efforts in trying to solve it.
>
> Ken
>
> -----Original Message-----
> From: Jason Bainbridge [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 24, 2003 5:21 PM
> To: Tomcat Users List
> Subject: Re: Connectors for IIS/Tomcat SHOULD make sense
>
> On Wed, 25 Jun 2003 04:53, Januski, Ken wrote:
> > I've honed uriworkermap.properties down to just this simple one below
and
> > have only tried accessing pages that it should find, like
> > http://inqtomcat/examples/jsp/index.html
>
> I'm taking a guess here that it isn't finding your uriworkermap.properties
> file and it is trying to load everything including the DLL (which
obviously
> should be loaded by IIS).
>
> Have you got all the registry keys setup correctly as per the following
> page?
>
> http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html?page=2
>
> Regards,

-- 
Jason Bainbridge
http://jblinux.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to