----- Original Message ----- 
From: "michael thomas" <[EMAIL PROTECTED]>
> Hello,
> 
> Is there a way to get mod_jk not to forward certain
> jsp's?  Specifically, we are using cvsweb on Apache,
> and it creates URL's like the following:
> 
> http://www.site.com/cgi-bin/cvsweb.cgi/source/jsp/backoffice.jsp
> 
> Since it ends in .jsp, JkMount is forwarding it:
> JkMount /*.jsp app01
> 
> However, we want anything that is in /cgi-bin to not
> go to Tomcat.
>
How about

JkMount /path/to/tomcat/context/*.jsp app01

Long
www.edgesoft.ca


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

Reply via email to