Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 89894 invoked from network); 5 Dec 2005 16:15:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 16:15:47 -0000 Received: (qmail 72307 invoked by uid 500); 5 Dec 2005 16:15:23 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 72179 invoked by uid 500); 5 Dec 2005 16:15:23 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 72135 invoked by uid 99); 5 Dec 2005 16:15:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 08:15:22 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vijaybabu@gmail.com designates 64.233.184.194 as permitted sender) Received: from [64.233.184.194] (HELO wproxy.gmail.com) (64.233.184.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 08:15:20 -0800 Received: by wproxy.gmail.com with SMTP id 50so686416wri for ; Mon, 05 Dec 2005 08:15:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=fDW6jbOVgl8k88+tcHf+4eiNRprYAq6tcEIHVvnVwZ8YBoBEhbYZTdXCT21BEGAqylLxi0f39FXNMfRc3MufoQJIsf1+iH+aZ6b6JiIZcaB2zR9VQ+9V8ezXwxGfbQLdJgRSYFdsvFpBUs4MI+YS+FFmKzLLjNe7u6T/ttURWRY= Received: by 10.54.68.8 with SMTP id q8mr2584166wra; Mon, 05 Dec 2005 08:14:43 -0800 (PST) Received: by 10.54.86.11 with HTTP; Mon, 5 Dec 2005 08:14:55 -0800 (PST) Message-ID: <51f958920512050814h32e1b8dchd7fc2066dd175730@mail.gmail.com> Date: Mon, 5 Dec 2005 21:44:55 +0530 From: Vijay Babu To: Tomcat Developers List Subject: Re: Internationalization Problem with Tomcat 5.5.9 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1412_21234908.1133799295409" References: <51f958920512050715y7551abadxbbbf2891e18fc1a9@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1412_21234908.1133799295409 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, Thanks so much for your quick reply. I have not tested my application on any 5.x versions. I have made a direct move from 4.1.29 to 5.9.9. Infact the "javaEncoding" directive is also there in Tomcat 4.1.x and coul= d not find any other relavant directives in the jasper configuration. Regards, Bob On 12/5/05, Yoav Shapira wrote: > > Hi, > Does your application work in any other Tomcat 5.x versions, or did > you move from 4.1 to 5.5.9 directly? > > Tomcat 5.x did introduce a couple of new configuration directives that > may be relevant. These include the javaEncoding setting for jasper > (see http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html). > > There is also a useful article on the topic at > http://weblogs.java.net/blog/joconner/archive/2005/07/charset_traps.html. > > 5.5.12 is the latest stable Tomcat release, by the way. > > Yoav > > On 12/5/05, Vijay Babu wrote: > > Hi all, > > > > I am facing a problem with i18n using Tomcat 5.5.9. I have an > application > > which has been internationalized for a couple of languages and is > working > > fine with Tomcat 4.1.x. But the same application when deployed in Tomca= t > > 5.5.9 does not work. When a jsp page having some text is accessed, its > > displaying "??????" marks instead of the locale specific text. I could > not > > figure out whats causing this problem. Does any one have idea of what > > could be the problem or is there any configuration change that needs t= o > be > > done in Tomcat 5. > > > > Any suggestions would be highly appreciated. > > > > Thanks, > > Bob > > > > > > > -- > Yoav Shapira > System Design and Management Fellow > MIT Sloan School of Management > Cambridge, MA, USA > yoavs@computer.org / www.yoavshapira.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > ------=_Part_1412_21234908.1133799295409--