IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced for z/OS: Process Server > Configure IBM BPM Advanced for z/OS: Process Server > Configure components > Configure additional components
Configure Process Portal
Process Portal allows users to interact with processes using a web browser.
- If you used the deployment environment configuration wizard on a ND environment, steps 1 and 2 are already completed for you, and you can skip to step 3.
- If you have a stand-alone profile, skip to step 4.
Procedure
- If you have a ND environment, and you did not configure the Business Space component yet, perform Configure Business Space.
Tip: To find out whether Business Space is already configured, click WebSphere application server clusters > cluster_name > Business Space Configuration.
If Business Space is configured, you see a message that indicates that it is already installed.
- If you did not yet configure Process Portal, perform any one of the following actions, depending on your requirements:
- Configure Process Portal while using the administrative console to configure a Process Server or Process Center:
- Configure Process Portal by running the configureBPMProcessPortal command.
For example, to configure Process Portal on a stand-alone server, using the same server for applications and messaging, using a Jython command:
AdminTask.configureBPMProcessPortal('[-nodeName myNode -serverName myServer -save true]')
For example, to configure Process Portal on a cluster, using separate clusters for applications and messaging, using a JACL command:
$AdminTask configureBPMProcessPortal {-clusterName myCluster -appClusterName myAppCluster -meClusterName myMeCluster -save true}For more information about using this command, see configureBPMProcessPortal command.- If you are using a three or four cluster configuration, and you have not yet configured a routing server for Business Space, to ensure that requests for Process Portal are redirected to the correct cluster, perform Configure a proxy server for Process Portal.
- If you want users to be able to access Process Portal using HTTP rather than the Business Space default of HTTPS, perform Designating HTTP or HTTPS settings for Business Space.
Restriction: Be aware that not all of the Process Portal functionality is available if you change the access settings to HTTP.
- If you want Process Portal to run inside an HTML form, you must set the com.ibm.bpm.social.enableRunInFrame variable to true. See Enabling Process Portal to run in an HTML frame.
- Perform Verifying Process Portal.
Results
Business Space, Process Portal, and if necessary, a routing server are configured and working. Users can use a web browser to interact with processes.
- Configure a proxy server for Process Portal
If you use Process Portal in a three or four cluster topology with Process Server and Process Portal on different clusters, they must both be accessible using the same domain and port number. The configureProxyServer script provides a simple way to create the routing server functionality that is mandatory for IBM BPM Process Portal configuration.
- Enabling Process Portal to run in an HTML frame
By default, login pages and index pages cannot be displayed inside an HTML frame. Enable Process Portal to run inside an HTML frame by changing the com.ibm.bpm.social.enableRunInFrame variable.- Verifying Process Portal
After configuring Process Portal, use the Process Portal verification page to make sure that the applications used by Process Portal are all accessible and that Process Portal is working.- Configure the Business Space component for Process Portal
Install and configure the Business Space component so that Process Portal works properly in the IBM BPM runtime environment.
Configure additional components
Related reference: