Enabling unsecure communication with the dynamic workload broker server
About this task
By default, the dynamic workload broker server uses secure communication. You might need to enable unsecure communication, even though this type of communication is not recommended.
To enable unsecure communication with the dynamic workload broker server, perform the following steps on
the master domain manager:
- Run the exportserverdata command located in TWA_home/TDWB/bin:
exportserverdata -dbUsr db_instance_admin -dbPwd db_instance_admin_pwd
- Open the resulting server.properties file in a flat-text editor.
- Copy the following
line:
https://hostname:port/JobManagerRESTWeb/JobScheduler
- Change the copied line by replacing https with
http:
The file now contains two lines specifying the connection mode, one line specifying the https mode and one line specifying the http mode.http://hostname:port/JobManagerRESTWeb/JobScheduler
- Save the file.
- Import the new data with the importserverdata command located in TWA_home/TDWB/bin:
importserverdata -dbUsr db_instance_admin -dbPwd db_instance_admin_pwd