Known Issues

Topics:

This section describes known issues that were encountered when deploying Omni-Payer Management Central (OPMC) to IBM WebSphere Application Server.

Inappropriate URL Format

An inappropriate URL format has been recognized. When deploying to IBM WebSphere Application Server version 8.5, the following URL:

http://localhost:9080/opmc/

is not the same as:

http://localhost:9080/opmc

As a workaround, perform the following steps:

  1. In the Servers section of the IBM WebSphere Application Server Administrative Console, expand Server Types, click WebSphere application servers, Web container settings, Web container, select Additional Properties, and then click Custom properties.
  2. Add the following new property:
    com.ibm.ws.webcontainer.redirectcontextroot
  3. Set this new property to true.
  4. Click OK and then click Save.