This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Tomcat and the fly likes Support for multiple languages in Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Support for multiple languages in Tomcat" Watch "Support for multiple languages in Tomcat" New topic
Author

Support for multiple languages in Tomcat

Muhammad Yasir Ch
Greenhorn

Joined: Oct 05, 2007
Posts: 22
Is it possible to support multiple languages through tomcat?

As I only required to store input values from different languages like Chineese, Spanish, Russian, German etc by using JSP. I add following line in Catalina.bat file but it doesnot works.



Following text is provided as input, but different values was stored in database.
您好

Kindly guid me to resolve the issue.

Regards,
Muhammad Yasir


SCJP 6- 86%
William P O'Sullivan
Ranch Hand

Joined: Mar 28, 2012
Posts: 860

debug it and find out what is in the POSTed data.

I'm thinking that the DBCS on browser side is getting stripped down to 8bit data.

WP
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Support for multiple languages in Tomcat
 
Similar Threads
UTF-8 issue
problem setting JAVA_OPTS
PermGen error in Tomcat using Eclipse
How to give the data input in multiple languages to support localization
JVM encoding param to Tomcat Startup