RE: Virtual Hosting with Tomcat 4.1, Apache 2.0, and mod_jk2

2004-03-16 Thread Adrian Lanning
Hi James, You actually can use JkUriSet in httpd.conf file. For example, to map all .jsp files to tomcat, Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location This is a global mapping. Check

RE: virtual hosting and tomcat wt Apache 2 and JK2

2004-01-19 Thread Cox, Charlie
' Subject: RE: virtual hosting and tomcat wt Apache 2 and JK2 Thank you Martina, I will check my version and report back =/ /Brennon -Original Message- From: Frankl Martina [mailto:[EMAIL PROTECTED] Sent: Friday, 16 January 2004 10:23 PM To: Brennon Obst; 'Tomcat Users List

RE: virtual hosting and tomcat wt Apache 2 and JK2

2004-01-19 Thread Brennon Obst
Yes that looks like the bug, I cant find a later version of mod_jk2 though. I am running tomcat-4.1.27-8.ent.1 with mod_jk2-4.1.27-8.ent.1 rpms sourced from http://people.redhat.com/gbenson/naoko I looked at the http://apache.mirrors.ilisys.com.au/jakarta/tomcat-connectors/jk2/binari es

RE: virtual hosting and tomcat wt Apache 2 and JK2

2004-01-19 Thread Brennon Obst
To: 'Tomcat Users List' Subject: RE: virtual hosting and tomcat wt Apache 2 and JK2 Thank you Martina, I will check my version and report back =/ /Brennon -Original Message- From: Frankl Martina [mailto:[EMAIL PROTECTED] Sent: Friday, 16 January 2004 10:23 PM To: Brennon

RE: virtual hosting and tomcat wt Apache 2 and JK2

2004-01-18 Thread Brennon Obst
Thank you Martina, I will check my version and report back =/ /Brennon -Original Message- From: Frankl Martina [mailto:[EMAIL PROTECTED] Sent: Friday, 16 January 2004 10:23 PM To: Brennon Obst; 'Tomcat Users List' Subject: AW: virtual hosting and tomcat wt Apache 2 and JK2 Maybe

Re: virtual hosting and tomcat wt Apache 2 and JK2

2004-01-16 Thread Timothy Stone
Brennon Obst wrote: Dear usergroup, ... When I activated the apache--tomcat connection it took over ALL of the virtual hosts and was routing them through Tomcat, does anyone know how to stop that? Is it my Apache 2 and JK2 connectors, where do I turn now? Thank you in advance, I saw this

Re: virtual hosting and tomcat wt Apache 2 and JK2

2004-01-15 Thread Howard Watson
Are the Apache connector properties set to match the connector you defined in server.xml? And is a Location the right place to set a worker property? [EMAIL PROTECTED] 01/15/04 21:56 PM Dear usergroup, When I activated the following in my Apache 2 config within the VirtualHost block for

RE: virtual hosting with tomcat and apache

2001-04-10 Thread Saurabh Shukla
There have been plenty of replies on this, please search through the archives. -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 3:48 AM To: [EMAIL PROTECTED] Subject: virtual hosting with tomcat and apache I sent a message a while ago, but

RE: virtual hosting with tomcat and apache

2001-04-10 Thread Brandon Cruz
: RE: virtual hosting with tomcat and apache There have been plenty of replies on this, please search through the archives. -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 3:48 AM To: [EMAIL PROTECTED] Subject: virtual hosting with tomcat

Re: virtual hosting with tomcat and apache

2001-04-05 Thread Scott Tatum
Your first message went through. Tomcat can do exactly what you need. It can be configured to run several vhosts, each as their own application. Normally you give each vhost its own Tomcat instance, to provide a clean separation of runtime enviroments between sites. It also gives you the ability

Re: virtual hosting with tomcat and apache

2001-04-05 Thread Jeff Kilbride
t of this info. Thanks, --jeff - Original Message - From: "Scott Tatum" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 4:00 PM Subject: Re: virtual hosting with tomcat and apache Your first message went through. Tomcat can do exactly what you need.