BTW, this is what we did more specifically...

after doing everything that the tomcat-iis howto said (on win2k):

        1)  In the IIS management console we selected the "properties"
for the isapi_redirect.dll in the virtual directory (which we have
called "jakarta") for our default web site.
        2)  Select the File Security tab within the isapi_redirect.dll
Properties window and click on the "Edit" button for "Anonymous access
and authentication control" 
        3)  Under "Authentication Access" make sure "Integrates Windoes
authentication" is UNselected and click ok (now its ok to close the IIS
management window)
        4)  Go to the actual folder where isapi_redirect.dll(for
example, C:\jakarta-tomcat-3.2.3\bin\win32\i386) is being stored on
filesystem
        5)  Select properties for isapi_redirect, now click the security
tab.
        6) click the "add" button
        7)select "look in" (select your local machine)
        8) add IUSR_{name of account}
        9) add IWAM_{name of account} and click ok
        10) Restart IIS and everything works dandy!

Hope this is helpful for others in this situation!

Jack
        

-----Original Message-----
From: Larry Isaacs [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 17, 2001 2:18 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Tomcat 3.2.3 and IIS5


Thanks. I'll make sure it is included for Tomcat 3.3.

Larry

> -----Original Message-----
> From: Jack Rudnick [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 2:09 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Tomcat 3.2.3 and IIS5
> 
> 
> I have just figured out my problem...
> 
> IIS and WIN2K permissions on the isapi_redirect.dll
> 
> the appropriate IIS users did NOT have the correct permissions
> apparently (where does it say anything about this in the tomcat-iis
> howto!??!  It dosn't, you have to figure this one out on your own)
> 
> Jack
> (ps. thanks for your advice)
> 
> -----Original Message-----
> From: Larry Isaacs [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 1:54 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Tomcat 3.2.3 and IIS5
> 
> 
> A quick check of the mod_jk source shows that these error messages are
> a bug.  They are always output, even when no error occurs.  This
> has been fixed in Tomcat 3.3 and I assume jakarta-tomcat-connectors.
> 
> I would recommend shutting down IIS and Tomcat, delete Tomcat's
> and isapi_redirect's log files.  Make sure Tomcat's log is directed
> to a file.  Make sure the log level is "debug" in the registry if not
> already.  Startup IIS and Tomcat and access that URL once, then
> shutdown IIS and Tomcat.  Then examine the logs to see where the
> request went.  Post here if you need help interpreting the logs.
> 
> Also important is what is in your config files.  Since you are
> getting a green arrow and a log file, your workers.properties
> may be okay.  What is in your "uriworkermap" file, if any changes
> have been made from what is in the Tomcat distribution?
> 
> Larry
> 
> > -----Original Message-----
> > From: Jack Rudnick [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, August 17, 2001 11:06 AM
> > To: [EMAIL PROTECTED]
> > Subject: Tomcat 3.2.3 and IIS5
> > 
> > 
> > I just wanted to post a followup to my previous question.
> > 
> > I have followed the Tomcat + IIS howto on posted on the tomcat site
> > exactly (as I previously stated).  This time I attempted it 
> on a clean
> > Win2000 box with no service packs, I used JDK 1.3.1, tomcat 
> 3.2.3 and
> > the isapi_redirect.dll.
> > 
> > It does not work.  All I want to do is hit
> > http://localhost/examples/jsp/index.html (as it says I should 
> > be able to
> > in the tomcat iss how to) but it does not find the page, in 
> addition I
> > recieve this error:
> > 
> > [jk_uri_worker_map.c (335)]: 
> > jk_uri_worker_map_t::uri_worker_map_close,
> > NULL parameter [jk_uri_worker_map.c (185)]: In
> > jk_uri_worker_map_t::uri_worker_map_free, NULL parameters I would
> > 
> > Also, My registry is correct, My redirect filter is green and 
> > everything
> > has been followed specifically according to the how to.
> > 
> > Is something wrong with the redirect.dll??  Or is maybe 
> something not
> > right with my workers.properties or uriworkermap.properties???
> > 
> > I'm at a loss, has anybody actually integreted Tomcat 3.2.3 
> > with IIS5 on
> > Win2K???
> > 
> > Any help would be greatly appreciated.
> > 
> > Jack
> > 
> 

Reply via email to