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

2002-12-31 Thread Mike Rixford
, December 30, 2002 9:42 AM To: Tomcat Users List Cc: Mike Rixford Subject: RE: Virtual Hosting with Tomcat I'd say to just send requests directly to Tomcat on it's port..usually 8180 or 8080 http://yoursite.com:8180 then edit the server.xml file to point to where you want it to serve your webpages

RE: Virtual Hosting with Tomcat

2002-12-31 Thread Vladimer Shioshvili
. Is there a way to configure this? Many many thanks for all your help! Mike -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 9:42 AM To: Tomcat Users List Cc: Mike Rixford Subject: RE: Virtual Hosting with Tomcat I'd say to just send

RE: Virtual Hosting with Tomcat

2002-12-31 Thread Mike Rixford
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 9:45 AM To: Tomcat Users List Subject: RE: Virtual Hosting with Tomcat Mike, in server.xml file in conf folder find connector tag (in new version it's coyteconnector, in old version it's httpconnector) (or just search for 8080) and replace

RE: Virtual Hosting with Tomcat

2002-12-31 Thread Michael Echerer
address with your info. However the other issue exists. I have tried different variations of the context path but none seem to work. Still hammering at it. Not yet struggled with virtual hosts, but... Do you have a ROOT.WAR or ROOT directory in your webapps dir? Maybe this could

RE: Virtual Hosting with Tomcat

2002-12-30 Thread Robert Abbate
I'd say to just send requests directly to Tomcat on it's port..usually 8180 or 8080 http://yoursite.com:8180 then edit the server.xml file to point to where you want it to serve your webpages. Here's an example config: Host name=yoursite.com Context path= docBase=/home/mydirectory/public_html

Re: Virtual Hosting with Tomcat

2002-12-30 Thread rsequeira
Virtual hosting in Tomcat can be achieved using the Host element (see server.xml). Also for this to work, the host name must be registered in the DNS server. See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html for details. Also see Host name Aliases (referred in the above doc).

RE: virtual hosting on tomcat

2002-12-16 Thread Turner, John
, 2002 6:02 AM To: Tomcat Users List Subject: Re: virtual hosting on tomcat I think you can't do virtual hosting on Tomcat standalone. You need Apache in front of it. See the following which may help, http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html?page=1 Sherif D Mohamad

Re: virtual hosting on tomcat

2002-12-13 Thread Stephen Riek
I think you can't do virtual hosting on Tomcat standalone. You need Apache in front of it. See the following which may help, http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html?page=1 Sherif D Mohamad [EMAIL PROTECTED] wrote:I am trying to add a virtual host on tomcat, I added this

RE: virtual hosting on tomcat

2002-12-12 Thread Gerrit Grobbelaar
you sure that the references to the manager application is in place? and is it actually there where it is referring to? Gerrit -Original Message- From: Sherif D Mohamad [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 01:53 To: [EMAIL PROTECTED] Subject: virtual hosting on

Re: virtual hosting on tomcat

2002-12-12 Thread Luc Santeramo
At 15:52 12/12/2002 -0800, you wrote: I am trying to add a virtual host on tomcat, I added this lines to server.xml file: Host name=mydom.net debug=0 appBase=/home/username/webapps/ROOT unpackWARs=true Aliasmysite.mydom.net/Alias Logger

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.