Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 57859 invoked from network); 17 Aug 2007 12:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 12:25:32 -0000 Received: (qmail 70273 invoked by uid 500); 17 Aug 2007 12:25:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 70256 invoked by uid 500); 17 Aug 2007 12:25:16 -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 70245 invoked by uid 99); 17 Aug 2007 12:25:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 05:25:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bbraeuer@gmail.com designates 66.249.82.239 as permitted sender) Received: from [66.249.82.239] (HELO wx-out-0506.google.com) (66.249.82.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 12:25:10 +0000 Received: by wx-out-0506.google.com with SMTP id i26so458200wxd for ; Fri, 17 Aug 2007 05:24:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O7bjBMX4f105PMJwFIYHLXaYd7HdOAf73QNZknFVC4UcwnBaZDInrNT4aRQbQEptOo+SoahJrHMPLvW+M4A826uJ8Yl44BiWKhEw3BhzXYJy5sGFdw+BX71UTcfGkvFPIIxPfaHLIjFwLypvX18Qh5/tsOp0433hBKemyzZlp90= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jbqTzZ9SO2XKxtoRLbYSVbb58Bp98qYGIFIZuC3M2tcosy9W4h0qLRC8UsMpKoDkrB6x1ey7NkrE9Y4N7WbUtNlv5UBUEU8Amm2I/wykFWVaXCjKh4F6CHwKzAJPkElC6jzwdgGX4xZtQjwE4cMee8GybgvgU90ZXm8P2b/6KBw= Received: by 10.70.58.7 with SMTP id g7mr4707435wxa.1187353488518; Fri, 17 Aug 2007 05:24:48 -0700 (PDT) Received: by 10.70.18.7 with HTTP; Fri, 17 Aug 2007 05:24:48 -0700 (PDT) Message-ID: Date: Fri, 17 Aug 2007 14:24:48 +0200 From: "=?ISO-8859-1?Q?Benny_Br=E4uer?=" To: users@tomcat.apache.org Subject: mod_jk, Tomcat, Session, Servlets & Portlets MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've written a webapp for a portlet container. Within this webapp / the portlet I can call a link to a servlet. The servlet gets the session from the portlet container (resp. Tomcat) and do its work. (Session-sharing between portlets and servlets is working) This works great when I use the direct adress of tomcat, like http://foo.bar.com:8080/MyServlet?para=3Dfoobar On our systems we are using Apache 2.0 and mod_jk (1.2.23 to 25). This made no problems with any sessions until now / that case. If I call the servlet with the address http://www.foobar.com/MyServlet?para=3Dfoobar I correctly get an exception from the servlet because of non-existing HttpSession. I think the session is bound to an url. Is there an possibility to bind the session to www.foobar.com (or has anyone another idea to solve my problem). I would appreciate any help. --=20 Cheers, Benny Benny Br=E4uer C3-Grid Developing @ Computing and Data Centre Alfred-Wegener-Institute for polar and marine research 27570 Bremerhaven, Germany -- "Do your work, then step back. The only path to serenity." ~Lao Tzu - The Tao Te Ching --------------------------------------------------------------------- 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