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

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
Does your tomcat configuration (server.xml, web.xml) match your apache configuration? Does tomcat know about /servlet and what to do with it? You have to configure both sides. Tomcat has configuration entries for /examples by default. John Turner [EMAIL PROTECTED] http://www.aas.com

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