1 Reply Latest reply on Feb 9, 2016 5:11 AM by gopi_jboss

    Change Charset encoding to UTF-8 in Jboss5.2 EAP

    gopi_jboss

      Hi,

            We are migrating our Web Application from Jboss 4.3 to Jboss 5.2 EAP. The default response character encoding of the pages after migration seem to be

      1. Content-Type:text/html;charset=ISO-8859-1

      because of which some of our application pages are showing different symbols which appear proper in the earlier version of jboss which was rendering the response content as

      1. Content-Type:text/html;charset=UTF-8

      I tried to apply the changes mentioned in the below link, but still we are not able to change the character encoding to UTF-8. 

       

      UTF-8 Encoding For JBoss 5.1 AS

       

      Are there any other changes that we need to make to the configurations to make this work?

       

      Regards,

      Gopi