Which connector are you using, with mod_jk you can simply issue a
"JkMount /mysite/* ajp13" to forward all requests under
/mysite to Tomcat.

Regards.

----- Original Message -----
From: "Luca Ventura" <[EMAIL PROTECTED]>
To: "tomcat-user" <[EMAIL PROTECTED]>; "tomcat-dev"
<[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 7:44 AM
Subject: How can I redirect only JSP pages to Tomcat?


> Hello everybody!
>
> I have installed Tomcat 4 as servlet/JSP container fo IIS 5 but  I haven't
> understood
> how to redirect to Tomcat only requests for JSP pages or servlets. I have
> found only the way
> to redirect entire sites  but I would like to redirect only
> JSP pages and servlets and not html pages for example.
>
> Is it possible to redirect only a specified directory of a Web site? For
> example
> if I defined a site in /mysite folder is it possible to redirect to Tomcat
> only the
> request for the code present in /mysite/jsp ???
>
> Thanks everybody in advance!
>
>         Luca
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to