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 > Configure the Business Space component for Process Portal > Set up security for the Business Space component and Process Portal
Designating HTTP or HTTPS settings for Process Portal
The Business Space component is configured to be accessed by HTTPS by default. You can change the protocol from the default or back to the default by running a script. When only HTTPS connections are allowed, any HTTP requests are redirected to HTTPS.
Restriction: Be aware that not all of the Process Portal functionality is available if you change the access settings to HTTP.
This task describes how to change the protocol by running the configBSpaceTransport.py script.
You can also change the protocol by specifying allowhttp or httpsonly in the web.xml file.
Procedure
- Locate the INSTALL_ROOT\BusinessSpace\scripts\configBSpaceTransport.py script.
- If you have a stand-alone server, run one of the following commands on the server:
- To only allow HTTPS connections to Process Portal:
wsadmin -lang jython -user user_name -password password -f configBSpaceTransport.py -httpsonly- To allow HTTP connections to Process Portal:
wsadmin -lang jython -user user_name -password password -f configBSpaceTransport.py -allowhttp
Tip: By default, the command applies to the current server and node. If you want to specify a different location, use the optional -serverName and -nodeName parameters.
- If you have an ND environment, run one of the following commands on the dmgr.
- To only allow HTTPS connections to Process Portal:
wsadmin -lang jython -user user_name -password password -f configBSpaceTransport.py -httpsonly -clusterName application_cluster- To allow HTTP connections to Process Portal:
wsadmin -lang jython -user user_name -password password -f configBSpaceTransport.py -allowhttp -clusterName application_cluster
Where application_cluster is the cluster where the Process Portal application is deployed.
Results
The required connection protocol for Process Portal is selected.
Set up security for the Business Space component and Process Portal