+

Search Tips   |   Advanced Search

Clear an outbound HTTP connection configuration profile

This configuration task clears the complete configuration profile for an outbound HTTP connection. It deletes all settings of an outbound HTTP connection profile. Whereas the delete-outbound-http-connection-config configuration task deletes only those configuration settings listed in the specified XML document, this task purges the entire HTTP connection configuration profile.

The syntax of the configuration task differs, depending on whether to clear the settings for the global configuration or for an application-scoped configuration. If we specify no application scope reference, the task deletes the global outbound HTTP connections profile. Otherwise, the task deletes the application-scoped profile that we identify by the scoperef parameter. The configuration task deletes all settings from that specified profile.


Clear the global outbound HTTP connection profile

To clear all settings of the global configuration for an outbound HTTP connection, use the following syntax:

    ConfigEngine.bat clean-outbound-http-connection-config -DOutboundProfileType=global


Clear an application-scoped outbound HTTP connection profile

To clear all settings of an application-scoped configuration for an outbound HTTP connection, use the following syntax:

    ConfigEngine.bat clean-outbound-http-connection-config -DOutboundProfileType=scoped -DApplicationScopeRef=scoperef

scoperef is the context root of the application to which the configuration settings are scoped. To obtain the scope reference:

  1. Access the WAS console.

  2. Select the enterprise application for which the outbound HTTP connection is scoped.

  3. Click View Deployment Descriptor.

  4. Locate the value of the context root tag.

An example context root is /PA_Banner_Ad.


Parent Configure outbound HTTP connections using ConfigEngine tasks