Re: [Resin-interest] Resin 4.0 with Apache 2.2

2010-09-05 Thread Andrea Sodomaco
On the same version of Resin and Apache (Resin 4.0.7 behind Apache 2.2), if I use SetHandler caucho-request This works fine forn any URI starting with abc including /abc , /abc/ ,/abc/xx.jsp , /abc/d/e/f.jsp The only difference I can see is that I don't use /ResinConfigServer/ but /Ca

Re: [Resin-interest] Resin 4.0 with Apache 2.2

2010-09-05 Thread Matthew Serrano
Thanks for saving my sanity. Removing the "/*" seems to have done the trick. matt On 5 Sep 2010, at 02:47, Andrea Sodomaco wrote: > On the same version of Resin and Apache (Resin 4.0.7 behind Apache 2.2), if I > use > > > SetHandler caucho-request > > This works fine forn any URI starting