Changing to insecure HTTP communication between Process Center and Process Server
If you configured your IBM® Business Process Manager environment using V8.5.5 or later, HTTPS is set as the default for communication between the Process Center and the Process Server in both Typical and Custom installations. Follow the procedure below to configure your environment to use insecure HTTP.
Before you begin
This task uses the setBPMVirtualHost command,
which is run using the AdminTask object of the wsadmin scripting client.
To run the command, the following prerequisites must be met:
- The command must be run on the deployment manager node.
- If the deployment manager is stopped, use the wsadmin -conntype none option to run the command in disconnected mode.
- If the deployment manager is running, you must connect with a user ID that has WebSphere Application Server configurator privileges. Do not use the wsadmin -conntype none option.
Start the wsadmin scripting client from the deployment_manager_profile/bin directory. The setBPMVirtualHost command does not write to a log file, but the wsadmin scripting client always writes a profile_root/logs/wsadmin.traceout log file where you will find exception stack traces and other information.
About this task
- Typical installation uses HTTPS in both directions by default.
- Custom installation uses HTTPS by default for the connection from Process Center to Process Server. The connection between Process Server and Process Center uses the bpm.de.psProcessCenterTransportProtocol setting in the BPMConfig properties file, which is set to HTTPS in the sample properties file. See Configuration properties for the BPMConfig command.