Configuring the Work Presentation Component
If you are using Openspace or Workspace, you must specify the URL that the Work Presentation component of ActiveMatrix BPM uses to locate forms.
- In the
CONFIG_HOME\bpm\configuration\wpextender.properties file, change the
UseHttpRequestContextURL and
formContextURL properties to the following values:
UseHttpRequestContextURL=false
formContextURL=http://webServerHost:port/bpmresources
where webServerHost and port are the IP address/hostname and port number of the load balancer that exposes the Openspace and Workspace applications.
webServerHost and port should match the hostname and port found in the address box in the internet browser used to access Openspace or Workspace so as to comply with the same-origin policy enforced by most internet browsers.
See "Configuring TIBCO ActiveMatrix BPM Components" in TIBCO ActiveMatrix BPM - BPM Administration for more information about property files.