How to remove outbound HTTP connection policies | HCL Digital Experience
You can choose to remove individual outbound HTTP connection policies or you can remove all policies from a configuration profile.
Removing a single outbound HTTP connection policy
Procedure
-
Export the configuration from which you want to delete the policies to a file.
For details, read Exporting a configuration profile from a file.
- Edit the file by using a file editor or an XML editor.
- Locate all policies that you want to delete and remove them from the file.
-
Restore the configuration by using the modified file.
For details, read Importing a configuration profile from a file.
Removing all policies of a configuration profile | HCL Digital Experience
Procedure
-
Determine the name of the application scope for which you want to delete its outbound HTTP
Connection profile.
To obtain this name, use the procedure under Listing all available configuration profiles.
-
Run the following portal configuration engine task:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh clean-outbound-http-connection-config -DApplicationScopeRef=THE_APPLICATION_SCOPE -DWasPassword=password -DPortalAdminPwd=password
- IBM® i:
ConfigEngine.sh clean-outbound-http-connection-config -DApplicationScopeRef=THE_APPLICATION_SCOPE -DWasPassword=password -DPortalAdminPwd=password
- Windows™:
ConfigEngine.bat clean-outbound-http-connection-config -DApplicationScopeRef=THE_APPLICATION_SCOPE -DWasPassword=password -DPortalAdminPwd=password
TheTHE_APPLICATION_SCOPE
value is the name of the application scope.Note: To remove the global configuration, you can also use the configuration taskclean-outbound-http-connection-config
instead. However, it is good practise to review the current content of the global configuration profile before you delete its content. To do so, follow the procedure for Removing an Outbound HTTP Connection Policy earlier in this topic. - AIX®
HP-UX
Linux™
Solaris
z/OS®: