Hi,

 

Recently we migrated from Weblogic to Tomcat 5.5.28. After the migration
we had issues in viewing special characters in UI, we updated UTF-8
encoding settings to web.xml and in TOMCATINSTALLDIR/conf/server.xml
added the URIEncoding parameter to the connector.

 

 

Web.xml settings

 

<filter>

<filter-name>Character Encoding</filter-name>

<filter-class>com.matrixone.servlet.SetCharacterEncodingFilter</filter-c
lass>

<init-param>

<param-name>encoding</param-name>

<param-value>UTF-8</param-value>

</init-param>

</filter>

 

<filter-mapping>

<filter-name>Character Encoding</filter-name>

<url-pattern>/*</url-pattern>

</filter-mapping>

 

 

Even after adding these setting, we are not able to see the old data
properly. We are seeing junk characters instead of seeing the actual
characters. 

 

So my questions: 

 

1) Will tomcat properly display the characters that were stored prior to
the migration? New data is displaying properly. 

2) Are some other settings required to view the old data without seeing
some junk characters?

 

 

Thanks in advance for the response.

 

Regards,

Jagan

 

  • Tomcat and UTF-8 Ramachandiran, Jagan Mohan [OCDUS Non J&J]

Reply via email to