If CA Identity Manager is hosted on a JBoss application server, localizing CA Identity Manager to a multibyte character set requires a Tomcat configuration change. The Tomcat server.xml file must specify UTF-8 encoding for URI. Change the encoding in the Connector element for the HTTP/1.1 Connector in the following file:
jboss_home/server/default/deploy/jboss-web.deployer/server.xml
Specify UTF-8 encoding for URI as follows:
<Server ...>
<Service ...>
<Connector port="8080" ... URIEncoding="UTF-8"/>
...
</Connector>
</Service>
</Server>
| Copyright © 2010 CA. All rights reserved. | Email CA about this topic |