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