Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 58874 invoked from network); 18 Sep 2007 16:49:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2007 16:49:54 -0000 Received: (qmail 33249 invoked by uid 500); 18 Sep 2007 16:49:25 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33217 invoked by uid 500); 18 Sep 2007 16:49:25 -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 33191 invoked by uid 99); 18 Sep 2007 16:49:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2007 09:49:25 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fredytomcat@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2007 16:49:22 +0000 Received: by nf-out-0910.google.com with SMTP id b2so1329729nfb for ; Tue, 18 Sep 2007 09:49:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=e7LwuwnRsV2vHTLXhiRXt74BpstAs9jxmxiEF/mwtZc=; b=pbdu6t3QoRjERkP5FMRMmfdLbVt+q34zOZPfP89yxF2vsGK8gDarI5bH8KKiRyeXsQofh6IMKUoRjRC+UjwdnPiZ9SFyr6TifN+tYcR/en5Iwy/CSCFFCMyzuSRC6ZeVD9pqxonOYg5B0c4sExJLHx+PRGyyQ3q+9edmeCxyHfo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PV49PftJOUnOXXNtySXDQJytqdqP2O3Yq1+wIqJ7zmSW+QlEibrT1H18offlOBK1bhakvuqN9WfB6DbBzlAMnPTqjAyu9YyxyEYjCbhFE7EbRdYPZNVZm47so2cpKZGJRbWi/syJqhglIg+FdcMUEFzDa1nqax+7jdkJx3IFjWw= Received: by 10.86.1.1 with SMTP id 1mr382363fga.1190134140770; Tue, 18 Sep 2007 09:49:00 -0700 (PDT) Received: by 10.86.36.7 with HTTP; Tue, 18 Sep 2007 09:49:00 -0700 (PDT) Message-ID: Date: Tue, 18 Sep 2007 12:49:00 -0400 From: "Fredy Provoste" To: "Tomcat Users List" Subject: Re: Tomcat 6 Exception Language In-Reply-To: <46EEB87C.3030207@christopherschultz.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1129_31495720.1190134140762" References: <46EEB87C.3030207@christopherschultz.net> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1129_31495720.1190134140762 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thak you so much Christopher, see that your information is for a Linux Enviromente, i'm working in windows, and i have tomcat installed as service, so the scripts shutdown and startup aren't here, i've tried to set the enviroment variable JAVA_OPTS=-Duser.language=en -Duser.country=US in windows, but still exceptions come in spanish language, thank you again Fredy 2007/9/17, Christopher Schultz : > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Fredy, > > Fredy Provoste wrote: > > the exceptions that server > > throws is in Spanish language; I wish this exception were in English > > You need to change the value of the system property 'user.language' to > 'en'. You should be able to do it like this: > > $ $CATALINA_HOME/bin/shutdown.sh > $ export JAVA_OPTS=-Duser.language=en -Duser.country=US > $ $CATALINA_HOME/bin/startup.sh > > Note that I also set the country; I'm not sure what the JVM would do > with a Locale of en_ES, so it's better to use en_US (or even en_GB). > > - -chris > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFG7rh79CaO5/Lv0PARAk3VAJ43y/edZNjMotvZAkwPZgjsFcQUQQCeMmbo > G2bKfzYMtbteMVYiBIZgomk= > =CwHK > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > 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 > > ------=_Part_1129_31495720.1190134140762--