Virtual Hosting with Tomcat 4.1, Apache 2.0, and mod_jk2

2004-03-16 Thread Montz, James C. (James Tower)
Is there any way to specify context mappings in the httpd.conf file? Something similar to JkUriSet? I have successfully mapped *.jsp to my mod_jk2 worker, but I'm having an issues mapping virtual hosts with the correct Tomcat context? Using uri in the workers2.properties will prove cumbersome as

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

2004-03-16 Thread Adrian Lanning
/vhosthowto.html for a more in-depth example. hth, Adrian Lanning From: Montz, James C. (James Tower) [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Virtual Hosting with Tomcat 4.1, Apache 2.0, and mod_jk2 Date: Tue, 16 Mar 2004 09:59:38 -0600 Is there any way

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
List' Subject: AW: virtual hosting and tomcat wt Apache 2 and JK2 Maybe your jk2 version still has this bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18472 hth Martina -Ursprüngliche Nachricht- Von: Brennon Obst [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. Januar 2004 05

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

AW: virtual hosting and tomcat wt Apache 2 and JK2

2004-01-16 Thread Frankl Martina
Maybe your jk2 version still has this bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18472 hth Martina -Ursprüngliche Nachricht- Von: Brennon Obst [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. Januar 2004 05:43 An: 'Tomcat Users List' Betreff: virtual hosting and tomcat

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

virtual hosting and tomcat wt Apache 2 and JK2

2004-01-15 Thread Brennon Obst
Dear usergroup, When I activated the following in my Apache 2 config within the VirtualHost block for x.xxx.net: Location / JkUriSet worker ajp13:localhost:8009 /Location ALL of my virtual hosts stopped working and started complaining of not being able to find /index.jsp It is like the

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

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

virtual hosting with tomcat and apache

2001-04-05 Thread Brandon Cruz
I sent a message a while ago, but don't think it went though. Basically, I am using Tomcat as a servlet/jsp engine for a site that uses Apache as the webserver. Only problem is that I am on one server with several virtual host directories. I want to be able to put .jsp files into each vhost

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
Hi Brandon, I'm doing a lot of virtual hosting with Apache + Tomcat, but in my case only one of my Vhosts needs Tomcat. So, I'm setting mine up with the "one JVM for all hosts" config. It's actually pretty simple. Use the Host directive in your server.xml file: Host name="yo