Author
New encoding for tomcat
Burak Celebi
Greenhorn
Joined: Feb 08, 2005
Posts: 14
Hi, How can I install a new encoding(iso-8859-6) support to tomcat ? I have no problems with my locale tomcat, however at serverside charecters are not displayed properly. Thanks in advance.
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
On Linux boxes, I add this line to the top of my startup.sh wrapper: export LANG=en_US.iso885915
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Burak Celebi
Greenhorn
Joined: Feb 08, 2005
Posts: 14
thank ypuı for your reply I added to startup.sh but there is no change.
sergio mendez-rueda
Ranch Hand
Joined: May 12, 2005
Posts: 37
hi, try this: In the Catalina.bat (windows) catalina.sh (windows) apache$jakarta_config.com (OpenVMS), file there must be a switch added to the call to java.exe. The switch is: -Dfile.encoding=UTF-8 (or what do you need) I cannot find documentation for this environment variable anywhere or what it actually does but it is essential. ser
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17225
posted May 28, 2005 11:50:00
0
Moving this to the Apache/Tomcat forum. This forum is for Servlets questions. Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
subject: New encoding for tomcat