AFAIK, we had to add two things to support UTF-8 in our environment:
1. We had to add a Filter to Tomcat to set the encoding on every
request to UTF-8, see this page: http://wiki.apache.org/tomcat/Tomcat/UTF-8
2. Add "JkOptions +ForwardURICompatUnparsed" to our apache config file
in sites-
hi,
My application was running on Tomcat server 5.5.17 version. it was working
fine with UTF-8 on this version.
Now Iam using Tomcat 5.5.23 server. this version is not able to process
my UTF-8 requests.
I made the below changes in my server.xml, still it is not working.
thanks in adv.