Re: /* AJP with one exceptions

2008-12-22 Thread Yuval Perlov
That did the trick. Thanks a bunch! Yuval On Dec 22, 2008, at 4:51 PM, Rainer Jung wrote: On 22.12.2008 15:41, Yuval Perlov wrote: I tried this - thought I was missing something so I asked. For some reason this does not work on mac. If you use an older version of mod_jk than 1.2.27, you ne

Re: /* AJP with one exceptions

2008-12-22 Thread Rainer Jung
On 22.12.2008 15:41, Yuval Perlov wrote: I tried this - thought I was missing something so I asked. For some reason this does not work on mac. If you use an older version of mod_jk than 1.2.27, you need to use the syntax JkUnMount /staticcontent/* MYWORKER instead, and MYWORKER is the name

Re: /* AJP with one exceptions

2008-12-22 Thread Yuval Perlov
I tried this - thought I was missing something so I asked. For some reason this does not work on mac. On Dec 22, 2008, at 3:37 PM, Rainer Jung wrote: On 22.12.2008 13:27, Yuval Perlov wrote: I am trying to configure httpd->tomcat ajp bridge that will catch all requests except for one direc

Re: /* AJP with one exceptions

2008-12-22 Thread Rainer Jung
On 22.12.2008 13:27, Yuval Perlov wrote: I am trying to configure httpd->tomcat ajp bridge that will catch all requests except for one directory to be served from httpd. Ideally I'd like to map /* to the AJP except for one /staticcontent directory to be served from apache. Has anyone done this?

/* AJP with one exceptions

2008-12-22 Thread Yuval Perlov
I am trying to configure httpd->tomcat ajp bridge that will catch all requests except for one directory to be served from httpd. Ideally I'd like to map /* to the AJP except for one /staticcontent directory to be served from apache. Has anyone done this? Thanks, Yuval Perlov www.r-u-on.com