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

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

Virtual Hosting with Tomcat

2002-12-30 Thread Mike Rixford
Hi there, I need to setup virtual hosting with Tomcat. We are not running the full Apache server, just Tomcat and its web piece. Can this be done? Everything I have found so far refers to Apache not Tomcat on its own. Any help would be greatly appreciated. Thanks, Mike -- To unsubscribe

RE: Virtual Hosting with Tomcat

2002-12-30 Thread Robert Abbate
= docBase=/home/mydirectory/public_html debug=0/ Aliaswww.yoursite.com/Alias /Host /Engine /Service -Original Message- From: Mike Rixford [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 11:31 AM To: Tomcat Users List Subject: Virtual Hosting with Tomcat Hi there, I need

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
Not true. Tomcat virtual hosting can be done, you simply setup a Host element in server.xml for each virtual host. Tomcat server.xml Host element = Apache VirtualHost (roughly speaking) John -Original Message- From: Stephen Riek [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13

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

virtual hosting on tomcat

2002-12-12 Thread Sherif D Mohamad
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 className=org.apache.catalina.logger.FileLogger directory=logs

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

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

Virtual hosting in Tomcat

2001-08-25 Thread inexcess foru
How can I do virtual hosting in tomcat. Do I have to make change in server.xml only or do I have to make any other change in apache or tomcat folder. Please let me know if anyone has done it successfully. :) __ Do You Yahoo!? Make international

problem with virtual hosting with tomcat

2001-06-20 Thread Nick Stoianov
Hi, I'm using Apache 1.3.9, Tomcat 3.2 , Linux I want to setup a virtual host (let's say vh1.test.com) so that I will be able to call servlets from http://vh1.test.com/servlets/ What should I put in httpd.conf , mod_jk and server.xml? I will really appreciate any helpful advice on this

Re: problem with virtual hosting with tomcat

2001-06-20 Thread Dmitri Colebatch
What I've done is taken a copy of the mod_jk.conf-auto and extracted the LoadModule etc (global info) from it into one file. I include this file (using the Include directive) in the httpd.conf. I then insert into each VirtualHost directive the JkMount directives. I'm not sure if its

apache virtual Hosting with tomcat

2001-04-18 Thread C.M. Rahman (jr.)
Hi, I am using unix apache to do virtual hosting. I have recently added tomcat and trying to configure virtual hosting. Is there anybody on the list setup a virtual site with tomcat successfully? I am failing to load servlet from virtual site. Thanks C.M. Rahman Network Engineer CCS Internet

RE: apache virtual Hosting with tomcat

2001-04-18 Thread Darrell Porter
18, 2001 9:41 AM To: [EMAIL PROTECTED] Subject: apache virtual Hosting with tomcat Hi, I am using unix apache to do virtual hosting. I have recently added tomcat and trying to configure virtual hosting. Is there anybody on the list setup a virtual site with tomcat successfully? I am failing

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

2001-04-05 Thread Brandon Cruz
I am hosting several sites on a linux machine with an apache webserver. I want to use tomcat as a servlet/JSP engine. Upon reading some documentation, I have found that their suggested way of linking to virtual hosts on apache is to create a separate instance of a JVM for each virtual host.

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

Re: i'm in trouble with configuring virtual hosting of tomcat 3.2

2001-01-06 Thread bhkwan
i'm running two site with defferent domain names so i set up tomcat with virtual hosting function one site is good(servlet, jsp both ok) but the only servlet works at the ohter site when i request .jsp files by my browser the server didn't respond how can i solve it? two sites have the nearly same configuration.. thanks..

i'm in trouble with configuring virtual hosting of tomcat 3.2

2001-01-05 Thread
i'm running two site with defferent domain names so i set up tomcat with virtual hosting function one site is good(servlet, jsp both ok) but the only servlet works at the ohter site when i request .jsp files by my browser the server didn't respond how can i solve it? two sites have

Virtual Hosting (Apache + Tomcat + mod_jk)

2000-12-19 Thread David Thompson
I have two named virtual hosts in Apache using pretty much the common named host example from the apache site. I have tomcat and mod_jk setup pretty much as installed and working. Now, I really want Tomcat for only one of the virtual hosts (I will run a second VM for the other virtual host if and

beans with Virtual Hosting (Apache + Tomcat + mod_jk)

2000-12-18 Thread Tung Fai
I success doing Virtual Hosting on Apache + Tomcat + mod_jk but I have another question. How to make each virtual host have they own *private* bean ?? I need set the CLASSPATH to each virtual host's directory ? Thanks

Help with virtual hosting and Tomcat 3.1

2000-11-02 Thread Mauricio Nuñez
Hi all: I need to validate our configuration, and i need your help! Apache 1.2.13 Tomcat 3.1 When we load apache, its send a message about recompile mod_jserv, where i find the source code for this... and what is the command line, please :-) (I'm only a project manager) We have 4 domain,