Modifying outbound HTTP connection policy settings | HCL Digital Experience
To modify the settings of an existing outbound HTTP connection policy, follow the procedure that is given here.
Procedure
- Export the configuration to a file:
- If the policy resides in the global configuration, start the
following portal configuration engine task:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- IBM® i:
ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- Windows™:
ConfigEngine.bat read-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
- If the policy resides in the application-scoped configuration,
proceed as follows:
- Determine the name of the application scope. To obtain this name, start the procedure for listing all available configuration profiles.
- Start the following configuration engine task:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
- IBM® i:
ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
- Windows™:
ConfigEngine.bat read-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
THE_APPLICATION_SCOPE
is the name of the application scope. - AIX®
HP-UX
Linux™
Solaris
z/OS®:
- If the policy resides in the global configuration, start the
following portal configuration engine task:
- Edit either of the files /tmp/the_global_configuration.xml or /tmp/the_scoped_configuration.xml by
using a text editor or an XML editor. The configuration file contains all policies, mappings, and metadata settings that are defined.
- Apply the changes from the previous step at the outbound
HTTP connection configuration:
- If the profile was exported from the global configuration,
start the following portal configuration engine task:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh update-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- IBM® i:
ConfigEngine.sh update-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- Windows™:
ConfigEngine.bat update-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
- If the profile was exported from an application-scoped configuration, start the following
portal configuration engine task:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh update-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
- IBM® i:
ConfigEngine.sh update-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
- Windows™:
ConfigEngine.bat update-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
THE_APPLICATION_SCOPE
is the name of the application scope. - AIX®
HP-UX
Linux™
Solaris
z/OS®:
- If the profile was exported from the global configuration,
start the following portal configuration engine task: