IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced > Install IBM BPM Advanced > On Windows > Network deployment environment > Configure profiles and create an ND environment > Create an ND environment > Use the administrative console > 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 an 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 an ND environment, and you did not configure the Business Space component yet, perform Configuring 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:
- Configuring a Process Server:
![]()
![]()
- Configure a 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.
See
- Configure a proxy server for Process Portal
- Enabling Process Portal to run in an HTML frame
- Verifying Process Portal
- Configure the Business Space component for Process Portal
Configure additional components
Related reference: