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-enabled. Note that this only applies if you are using Apache to redirect requests to Tomcat.
Hope this helps. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]