+

Search Tips   |   Advanced Search

Create an outbound HTTP connection configuration profile


Create the global outbound HTTP connection profile

To create outbound HTTP connection settings for the global configuration, use the following syntax:

    ./ConfigEngine.sh create-outbound-http-connection-config -DConfigFileName=your_path/config_file.xml

...where your_path/config_file.xml is the absolute path name of the XML document containing the configuration settings for the outbound HTTP connection infrastructure to add.


Create an application-scoped outbound HTTP connection profile

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

    ./ConfigEngine.sh create-outbound-http-connection-config -DConfigFileName=your_path/config_file.xml -DApplicationScopeRef=scoperef

your_path/config_file.xml is the absolute path name of the XML document containing the configuration settings for the outbound HTTP connection infrastructure to add.

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