All

  I have configured IIS/Tomcat, and have successfully gotten tomcat
to serve the entire /examples directory.  Now I want to generalize, 
so that tomcat handles all .jsp files, and IIS handles everything else.

In my uriworkermap.properties file I replaced

    /examples=ajp13
    /examples/*=ajp13

with 

    /*.jsp=ajp13

In my conf/server.xml file I added

    <Context path="/" docBase="C:/InetPub/wwwroot" debug = "0" reloadable="true"/>

Then I copied the numguess.jsp from examples into c:\InetPub\wwwroot directory.
When I try to load that page I get a status page from Tomcat saying,

   HTTP Status 404 /numguess.jsp
   The requested resource is not available.

I also get this if I try to load the numguess.jsp that is under examples; i.e.,
/examples/num/numguess.jsp

    How do I get tomcat to handle all .jsp files, and IIS to handle everything else?
I saw a similar question in the archive, and the answer was to look at the 
Tomcat 3.2.4 Tomcat-IIS HOWTO, but I'm not real familiar with the Jakarta web
site and I can't find it.

   Thanks.

--CB


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.351 / Virus Database: 197 - Release Date: 4/19/2002

Reply via email to