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:
An example context root is /PA_Banner_Ad.
- Access the WAS console.
- Select the enterprise application for which the outbound HTTP connection is scoped.
- Click View Deployment Descriptor.
- Locate the value of the context root tag.
Parent Configure outbound HTTP connections using ConfigEngine tasks