Re: mod_jk /examples/* works but /servlet/* doesn't

2002-06-24 Thread Brendan . Richards
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 21, 2002 8:37 PM Subject: Re: mod_jk /examples/* works but /servlet/* doesn't Hi Avnish, To be honest, I've always just set a line in the httpd.conf for each webapp / context deployed. All the documentation/examples i've seen show

mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Avnish Pundir
Hi Everyone, Recently I have connected apache with tomcat using mod_jk. In my httpd.conf file I am giving this directive. JkMount /examples/* ajp13 It works perfectly fine but problem is it forwards all requests to apache. I want static requests to be handled by Apache. As per documentation only

Re: mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Brendan . Richards
I don't know if this will work or not... but have you tried: JkMount /servlet/** ajp13 If it works, let me know... Brendan Hi Everyone, Recently I have connected apache with tomcat using mod_jk. In my httpd.conf file I am giving this directive.

Re: mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Brendan . Richards
Or perhaps it would be even better to try: JkMount /*/servlet/* ajp13 or: JkMount **/servlet/* ajp13 Brendan I don't know if this will work or not... but have you tried: JkMount /servlet/** ajp13 If it works, let me know... Brendan

RE: mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Turner, John
-Original Message- From: Avnish Pundir [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 10:16 AM To: Tomcat Users List Subject: mod_jk /examples/* works but /servlet/* doesn't Hi Everyone, Recently I have connected apache with tomcat using mod_jk. In my httpd.conf file I am giving

Re: mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Avnish Pundir
Users List [EMAIL PROTECTED] Sent: Friday, June 21, 2002 7:50 PM Subject: Re: mod_jk /examples/* works but /servlet/* doesn't Or perhaps it would be even better to try: JkMount /*/servlet/* ajp13 or: JkMount **/servlet/* ajp13 Brendan I don't know

Re: mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Brendan . Richards
and if yes, on which platform? Thanks Avnish - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 21, 2002 7:50 PM Subject: Re: mod_jk /examples/* works but /servlet/* doesn't Or perhaps it would be even better to try: JkMount /*/servlet

Re: mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Avnish Pundir
Avnish. - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 21, 2002 8:37 PM Subject: Re: mod_jk /examples/* works but /servlet/* doesn't Hi Avnish, To be honest, I've always just set a line in the httpd.conf for each webapp / context

Re[2]: mod_jk /examples/* works but /servlet/* doesn't

2002-06-21 Thread Jacob Kjome
, June 21, 2002 8:37 PM AP Subject: Re: mod_jk /examples/* works but /servlet/* doesn't AP Hi Avnish, AP To be honest, I've always just set a line in the httpd.conf for each webapp AP / context deployed. AP All the documentation/examples i've seen show a JKMount being used for each AP