Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 89312 invoked from network); 30 Sep 2008 16:52:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 16:52:06 -0000 Received: (qmail 35412 invoked by uid 500); 30 Sep 2008 16:51:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 35380 invoked by uid 500); 30 Sep 2008 16:51:53 -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 35368 invoked by uid 99); 30 Sep 2008 16:51:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 09:51:52 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.104] (HELO usea-naimss2.unisys.com) (192.61.61.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 16:50:49 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss2 with InterScan Message Security Suite; Tue, 30 Sep 2008 11:48:33 -0500 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 30 Sep 2008 11:48:33 -0500 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 30 Sep 2008 11:48:32 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Tue, 30 Sep 2008 11:48:31 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 30 Sep 2008 11:48:31 -0500 Subject: RE: Multiple Time Zones on one Tomcat instance? Thread-Topic: Multiple Time Zones on one Tomcat instance? Thread-Index: AckjGgeSaHC5IhxVTQOczRjmZMxdTwAAc5Ag Message-ID: <0AAE5AB84B013E45A7B61CB66943C1721435404E6C@USEA-EXCH7.na.uis.unisys.com> References: <48E25444.8020305@tagish.co.uk> In-Reply-To: <48E25444.8020305@tagish.co.uk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 30 Sep 2008 16:48:32.0847 (UTC) FILETIME=[5FB42DF0:01C9231C] X-Virus-Checked: Checked by ClamAV on apache.org > From: John Gardner [mailto:john.gardner@tagish.co.uk] > Subject: Multiple Time Zones on one Tomcat instance? > > Is there any way we can serve mutliple webapps from a single Tomcat > instance, with mutliple timezones? Tomcat itself doesn't care about time zones, and a single JVM instance will= only use one time zone at a time (no pun intended). You could run two ins= tances of Tomcat, one for the French, and one for the less picky rest of th= e world. Other than that, you'd have to make the adjustments in the webapp= itself to be cognizant of each client's time preference. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- 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