FileNet® P8 requires
two WebSphere® settings: com.ibm.CORBA.ORBCharEncoding,
to specify the native encoding set of character data that Object Request
Broker uses, and com.ibm.websphere.security.BasicAuthEncoding,
to match the encoding used by Basic Authentication for Web Services
so that client applications can access web services.
Procedure
To set character encoding parameters on WebSphere Application
Server:
- Log on to the WebSphere administrative
console.
- In the Container services section, click .
- In the Name field, enter com.ibm.CORBA.ORBCharEncoding,
set the value to UTF8, and save your changes.
- In the Server Infrastructure section, click .
- In the Name field, enter com.ibm.websphere.security.BasicAuthEncoding,
set the value to UTF8, and save your changes.
- Restart the application
server.
- Repeat steps 2 through 7 for your other application servers.