Hi Robert,

Sorry the tomcat-iis_howto.html was never updated to reflect
improvements in the auto-configuration feature of Tomcat 3.2.x
over what was in 3.2.

The mapping of which requests should go to Tomcat is controlled
by the "uriworkermap" file.  Tomcat 3.2.3 comes with a "sample"
uriworkermap.properties file which only maps the "/examples"
context.

When starting Tomcat 3.2.3, two auto-configuration files
are written for IIS, iis_redirect.reg-auto and
uriworkermap.properties-auto. The intent is that you would
rename the iis_redirect.reg-auto to iss_redirect.reg and
execute it to create or update the registry settings needed
by the isapi_redirect.dll.  However, the default "uriworkermap"
file specified in this registry file is the "sample"
uriworkermap.properties.  My guess is that this is why
you only get "/examples" to work.

Modify the iis_redirect.reg file to use uriworkermap.properties-auto
and update your registry.  After restarting IIS you should
be able to see the other contexts.

Cheers,
Larry

> -----Original Message-----
> From: Nicholson, Robert . [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 5:39 PM
> To: '[EMAIL PROTECTED]'
> Subject: problem bringing up pages
> 
> 
> Hi,
> I have been through every document I could find on your site, 
> but I haven't
> found what I need yet. Here is what the problem is.
> 
> I have set up Tomcat 3.2.3 on my W2K SP2 machine.  I have 
> installed IIS 5.0,
> and used your document located at
> http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-how
to.html to
configure Tomcat to work with IIS.  The trouble is, the only page I can get
to load is the one at http://localhost/examples/jsp/index.html . I have even
tried to get some of the pages like http://localhost/test/index.html to come
up, but nothing. Only the examples are showing up.

Could you please point me in the right direction as to how this can be
remedied

        -- Robert Nicholson
        -- IT Programmer/Analyst
        -- Utah State Office of Education
        -- 250 East 500 South
        -- Salt Lake City, Utah  84111
        -- http://www.usoe.k12.ut.us

Reply via email to