Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 90068 invoked by uid 500); 8 Mar 2003 19:16:30 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 89957 invoked from network); 8 Mar 2003 19:16:29 -0000 Received: from spitfire.velocet.net (216.138.223.227) by daedalus.apache.org with SMTP; 8 Mar 2003 19:16:29 -0000 Received: from gej-it.com (H213.C220.tor.velocet.net [216.138.220.213]) by spitfire.velocet.net (Postfix) with ESMTP id 1A8574B7E20 for ; Sat, 8 Mar 2003 14:16:32 -0500 (EST) Received: from jeff ([192.168.0.101]) by gej-it.com ([216.138.220.213]) with SMTP (MDaemon.PRO.v6.7.2.R) for ; Sat, 08 Mar 2003 14:16:21 -0500 From: "Jeff Cohen" To: , "'Jim Cobban'" Date: Sat, 8 Mar 2003 14:16:13 -0500 Message-ID: <000201c2e5a7$2f6fa420$6500a8c0@jeff> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <00b601c2e4f5$59f5da00$6201a8c0@magma.ca> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MDRemoteIP: 192.168.0.101 X-Return-Path: apache@gej-it.com X-MDaemon-Deliver-To: users@httpd.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Tomcat application redeploy does not work behind Apache server Two options: 1. Add a hosts. file to each client in order to resolve iqc.abc and to = point it to the tomcat machine. That will allow you to use: = http://iqc.abc:8080 Ex. edit hosts. file to show: 192.168.13.60 iqc.abc 2. Use mod_proxy to redirect traffic to http://ip_address:port on the = other server. Ex. create a VHost that will show: DocumentRoot "/www/just_a_path" ServerName iqc.abc ProxyPass / http://tomcats_ip_address:port/ Now you have to make sure that all traffic to iqc.abc will be going to = the Apache server, the Apache will know what to do with it. All the best, Jeff Cohen > -----Original Message----- > From: Jim Cobban [mailto:jcobban@magma.ca] > Sent: Friday, March 07, 2003 5:03 PM > To: users@httpd.apache.org > Subject: [users@httpd] Tomcat application redeploy does not work = behind > Apache server >=20 > I have tried everything I can think of and everything which has been > suggested by anyone on this mailing list. I CANNOT get application > redeploy > to work on a Tomcat server which is behind an Apache server. I have = tried > both the webapp and the mod_jk2 connectors. >=20 > There must be someone who has gotten this working. Could you please = let > me > know how to configure the Apache and Tomcat servers so that the = manager > application can redeploy contexts. >=20 >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server = Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org