Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 13606 invoked from network); 2 Sep 2005 08:52:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 08:52:29 -0000 Received: (qmail 98490 invoked by uid 500); 2 Sep 2005 08:52:13 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 98477 invoked by uid 500); 2 Sep 2005 08:52:13 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 98463 invoked by uid 99); 2 Sep 2005 08:52:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 01:52:13 -0700 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=SPF_HELO_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.18.25.230] (HELO mail.zooplus.de) (212.18.25.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 01:52:26 -0700 Received: from exchange2.home.zooplus.de (unknown [192.168.10.72]) by mail.zooplus.de (Postfix) with ESMTP id 5924957715 for ; Fri, 2 Sep 2005 10:52:08 +0200 (CEST) Received: by exchange2.home.zooplus.de with Internet Mail Service (5.5.2657.72) id ; Fri, 2 Sep 2005 10:52:08 +0200 Message-ID: <10361639FF4CA04ABB30F54683E4FB85017350A1@exchange2.home.zooplus.de> From: Steven Pannell To: 'Tomcat Users List' Subject: set JSESSION PATH - any change to do this? Date: Fri, 2 Sep 2005 10:52:08 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Current the jsession cookie path is set at the application context like: PATH=/myApp Is there any chance at all to change this? to PATH=/ As to may reason it's simple: I want to use rewrite rules like: http://domain/nicelink/page Thus without the /MyApp context in place the cookie cannot be read and the session is lost. Any possible solution to this problem? Thanks, Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org