I am creating a web application.I am using linux(fedora 16) for the development of the application and technology used is spring MVC.Its a maven project.When I run application in debug environment the application works fine and its displaying special characters properly.E.g.I want to display currency symbol pound(₤) its displaying properly. But if I deploy the application on tomcat 6.0.26 or 6.0.35 on windows machine then it is not displaying currency symbols properly.E.g.it show pound sign as “£”.So can anyone having idea about this issue.
I am creating a web application.I am using linux(fedora 16) for the development of
Share
In your tomcat server’s catalina.sh (catalina.bat) add the args like this;
and also set URIEncoding=”UTF-8″ on your Connector tag in server.xml. see this;