Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 46463 invoked from network); 27 Nov 2007 12:44:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 12:44:09 -0000 Received: (qmail 51455 invoked by uid 500); 27 Nov 2007 12:43:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51436 invoked by uid 500); 27 Nov 2007 12:43:37 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 51420 invoked by uid 99); 27 Nov 2007 12:43:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 04:43:37 -0800 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 12:43:13 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IwzmV-0005MK-9m for users@tomcat.apache.org; Tue, 27 Nov 2007 04:43:15 -0800 Message-ID: <13970134.post@talk.nabble.com> Date: Tue, 27 Nov 2007 04:43:15 -0800 (PST) From: mip To: users@tomcat.apache.org Subject: Tomcat 5.5, Apache 2.0.XX and mod_proxy MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: matt@planchant.co.uk X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to proxy my Tomcat web application through Apache 2.0 using mod_proxy. I have uncommented the following in my server.xml: and I've added the following to my httpd.conf: ServerName foo.bar.com ProxyPass / http://foobar.com:8082/app/ ProxyPassReverse / http://foobar.com:8082/app/ The pages are being passed without any problems but the sessions are being lost as cookies are not being passed. I'm guessing I need to add something to the above stanza which rewrite the cookies. But what? -- View this message in context: http://www.nabble.com/Tomcat-5.5%2C-Apache-2.0.XX-and-mod_proxy-tf4881521.html#a13970134 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org