> Please bare with me, I'm new to Tomcat.  I tried to do what was suggested
> below (very much appreciated), however, every time I access my jsp page,
> the Windows Save As.. appears prompting me to save.  I assume that the jsp
> page is not being passed to Tomcat.  This is what I have done:
> 
> In the server.xml, I added the following:
> 
> <Context path="" 
>                  docBase="c:\inetpub\wwwroot" 
>                  crossContext="false"
>                  debug="0" 
>                  reloadable="true" > 
>         </Context>
> 
> In the uriworkermap.properties, I added:
> 
>  /Jsp/*.jsp
> 
> My jsp page resides in c:\Inetpub\wwwroot\Jsp (or
> http://localhost/Jsp/date.jsp).
> 
> Thank you,
> 
> Christina
> 
> 
> ----------------------------
> 
> From: Randy Layman 
>  Subject:  RE: Tomcat with IIS
>  Date:  Thu, 15 Feb 2001 10:31:41 -0500
>          I haven't tried this, but this should work:
>          1. Create a new context whose path is c:\inetpub\wwwroot\
>          2. In uriworkers.properties map //*.jsp
> 
>          Randy
> 
> 
>  -----Original Message-----
> From:         Kay, Christina  
> Sent: Thursday, February 15, 2001 10:11 AM
> To:   '[EMAIL PROTECTED]'
> Subject:      Tomcat with IIS
> 
> Our web pages are hosted on IIS and reside on c:\Inetpub\wwwroot.  Tomcat
> is installed on c:\jakarta-tomcat.  Is there any way to run jsp pages
> residing on c:\Inetpub\wwwroot and have the isapi_redirect.dll send the
> jsp pages to c:\jakarta-tomcat to be processed?  If this is possible,
> please provide me with some guidance on how to do this. 
> 
> Thank you,
> 
> Christina 
> 
> 

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

Reply via email to