Previous Topic: Configure the SiteMinder Web Agent

Next Topic: Configure the PATH Variable

Change the JBoss server.xml

If CA Identity Manager is hosted on a JBoss application server, localizing CA Identity Manager to a multibyte character set requires a configuration change. The JBoss 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>