Create a Unicode Environment Without Using the Tomcat Administration Tool

  1. Edit the server.xml file located under drive:\ibi\tomcat\conf.
  2. Add useBodyEncodingForURI="true" to the Connector as shown in the following image.

    server.xml syntax showing useBodyEncodingForURI-"true"
    Note: WebFOCUS Release 8.1 Version 05 uses Tomcat version 8. In Tomcat version 8, the default URI encoding is UTF-8. If you installed WebFOCUS Release 8.1 Version 05 with Tomcat version 8 and you want to use a Latin 1 client configuration, you must change the URI encoding in Tomcat to Latin 1. For Windows installations, this should be Cp1252, as shown in the following example:
    <Connector port="8080" protocol="HTTP/1.1"
    connectionTimeout="20000"
    URIEncoding="Cp1252"
    maxPostSize="-1" />
    For UNIX, this value should be ISO-8859-1.
  3. Recycle the Tomcat Application Server to activate.

WebFOCUS

Feedback