You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by test test <te...@EUROPACIFIC.au.com> on 2001/05/10 05:38:48 UTC

Tomcat/IIS 5.0 & ISAPI REDIRECTOR

Hello

I have a problem with getting my own jsp's located under c:/inetpub/wwwroot/
to work.

I have managed to get IIS 5.0 to serve the JSP examples.

I have added a context to : 

uriwokermap.properties


for my own files which are sitting under the Jakarta
directory and this works fine.

How can I get JSP files located under c:/inetpub/wwwroot/ to work ?

I suspect I may have to add another context , but adding:

c:/inetpub/wwwroot/ 

to the uriworkermap.properties file does not work.

Can anyone help ? 


Many thanks

Hamant 


Re: Tomcat/IIS 5.0 & ISAPI REDIRECTOR

Posted by Mike Spisak <bu...@pb.net>.
Hamant-

I believe if you are not using the default directory setup 
(<tomcat_home>/webapps/ROOT, etc.) then you must define the context in the 
server.xml file (located in the conf directory) Like so:

         <Context path="/<your URL path>"
                  docBase="<Your Path (inetPub)>"
                  crossContext="false"
                  debug="0"
                  reloadable="true" >
         </Context>

Hope this helps..

mike-

|  m i k e  |

At 01:38 PM 5/10/2001 +1000, you wrote:
>Hello
>
>I have a problem with getting my own jsp's located under c:/inetpub/wwwroot/
>to work.
>
>I have managed to get IIS 5.0 to serve the JSP examples.
>
>I have added a context to :
>
>uriwokermap.properties
>
>
>for my own files which are sitting under the Jakarta
>directory and this works fine.
>
>How can I get JSP files located under c:/inetpub/wwwroot/ to work ?
>
>I suspect I may have to add another context , but adding:
>
>c:/inetpub/wwwroot/
>
>to the uriworkermap.properties file does not work.
>
>Can anyone help ?
>
>
>Many thanks
>
>Hamant