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.


Procedure

  1. 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.

  2. If you did not yet configure Process Portal, perform any one of the following actions, depending on your requirements:

    1. Configure Process Portal while using the administrative console to configure a Process Server or Process Center:

    2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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 additional components


Related reference:

IBM BPM Production Topologies