You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Kay, Christina" <ch...@merck.com> on 2001/03/07 23:43:34 UTC

FW: Tomcat with IIS

> 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:	'tomcat-user@jakarta.apache.org'
> 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 
> 
> 

jdbc realms with tomcat 4

Posted by John de la Garza <jd...@designinsites.com>.
Is anyone here currently using JDBC realms with tomcat 4?  I'm having
trouble and just wanted to make sure it wasn't just me.