Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 385FE9AED for ; Fri, 3 Feb 2012 21:34:08 +0000 (UTC) Received: (qmail 79519 invoked by uid 500); 3 Feb 2012 21:34:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 79445 invoked by uid 500); 3 Feb 2012 21:34:04 -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 79436 invoked by uid 99); 3 Feb 2012 21:34:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 21:34:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 21:33:56 +0000 Received: from [192.168.245.129] (p549E0A42.dip0.t-ipconnect.de [84.158.10.66]) by tor.combios.es (Postfix) with ESMTPA id 96C9FDA05D9 for ; Fri, 3 Feb 2012 22:33:35 +0100 (CET) Message-ID: <4F2C52AD.2060609@ice-sa.com> Date: Fri, 03 Feb 2012 22:33:33 +0100 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: manager comes up in Spanish -- how to switch to English? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org David Leung wrote: > Hello! I've looked at the FAQ and tried web searching, but can't find > an answer to this, so I'm hoping someone here can help me. > > I downloaded apache-tomcat-7.0.25.exe today from both > http://www.trieuvan.com/apache/tomcat/tomcat-7/v7.0.25/bin/apache-tomcat-7.0.25.exe > and > ftp://apache.cs.utah.edu/apache.org/tomcat/tomcat-7/v7.0.25/bin/apache-tomcat-7.0.25.exe > > In both cases, installation went smoothly, but when I navigated to > http://localhost/manager/html > I got the Manager page in what I believe is Spanish: "Gestor do > Aplicaciones Web de Tomcat". > > Anyone know how I can switch this to English, please? > The "do" looks more Portuguese than Spanish. But anyway.. this looks like a Windows host, right ? What is the Windows O.S. language version ? What does your browser specify as preferences when requesting a page ? .. and then I remember a case from some long time ago, where some other application was setting the JVM's system language property, and it caused the same funny effect. That's because this being a global JVM property, this one webapp setting it, influenced the behaviour of all other webapps, manager included. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org