Hi all, I need to use cyrillic in my webapp.
What I did: * Added -Dfile.encoding=utf-8 to the Java options * Added URIEncoding="UTF-8" to the connector in server.xml What I achieved: * When I send a request with cyrillic chars to the Tomcat, it's properly received. * When I send response with cyrillic chars out of the Tomcat, it's properly sent. What I did not achieved (and asking you kindly for help): * When my webapp, sitting in the Tomcat, sends a request containing cyrillic chars, these don't go out. So when I try to send out e.g. "PrahaСимферополь", just "Praha" goes out. By sending out I mean calling cxf web service. When I call that webservice directly (from jar, not from Tomcat), everything works fine. Any idea? Many thanks, Petr P.S. Tomcat 7.0.53, Windows Server 2012 R2. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org