RE: Virtual Host, Locations and Mod_JK2

2004-04-20 Thread Angus Mezick
No idea, never tried it. --Angus -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 1:11 AM To: Tomcat Users List Subject: Re: Virtual Host, Locations and Mod_JK2 Angus Mezick wrote: Use the uri property in workers2

RE: Virtual Host, Locations and Mod_JK2

2004-04-19 Thread Angus Mezick
Use the uri property in workers2.properties instead of using JkUriSet. I do it that way and have no such problems: [uri:www.guidestar.org/*.jsp] group=lbWWW [uri:www.SITENAME.org/*.adp] group=lbWWW [uri:www.SITENAME.org/*.inc] group=lbWWW [uri:www.SITENAME.org/servlet/*] group=lbWWW

Re: Virtual Host, Locations and Mod_JK2

2004-04-19 Thread Nikola Milutinovic
Angus Mezick wrote: Use the uri property in workers2.properties instead of using JkUriSet. I do it that way and have no such problems: [uri:www.guidestar.org/*.jsp] group=lbWWW I know, I have this, too. But, still, why is Location approach not working as it should? Nix.

Re: Virtual Host, Locations and Mod_JK2

2004-04-13 Thread staf wagemakers
On Tue, Apr 13, 2004 at 10:23:13AM +0200, Alexander F. Hartner wrote: I host several websites on my apache2 (2.0.49) using virtual hosts. One of the hosts I would like to forward fully to a web application deployed on tomat via Mod_JK. What I have done is the following: Installed the

RE: Virtual Host, Locations and Mod_JK2

2004-04-13 Thread Dean Searle
I have found that if you do the following it works for me: Location /*.jsp JkUriSet worker ajp13:localhost:28009 /Location Hope that this helps, I have found that by doing this I can redirect any file type to be handled by Tomcat. Dean -Original Message- From: Alexander F.