Maybe I solved the problem....I modified "uriworkermap.properties"
in this way:

#
# Default worker to be used through our mappings
#
default.worker=ajp13

#
# Sites to be redirected to Tomcat
#

/examples/*.jsp=$(default.worker)


I obtained the effect to redirect to Tomcat only the .jsp pages of
"examples" application.


I hope this can help somebody else.

Regards,

       Luca

-----Messaggio originale-----
Da: Arshad Mahmood [mailto:[EMAIL PROTECTED]]
Inviato: venerd́ 17 maggio 2002 11.51
A: Tomcat Developers List; tomcat-user
Oggetto: Re: How can I redirect only JSP pages to Tomcat?


Ooops, should have read more carefully. The Tomcat-IIS howto contains the
appropriate instructions on how to setup IIS to redirect a url to Tomcat.
You need to look for this document under Tomcat 3.2.4 (should still be
applicable to Tomcat 4 as you are using ajp12)..

Regards.

----- Original Message -----
From: "Arshad Mahmood" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>; "tomcat-user"
<[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 10:30 AM
Subject: Re: How can I redirect only JSP pages to Tomcat?


> 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]>
>


--
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