WebSphere Lombardi Edition 7.2 > Administer the Lombardi environments > Manage Lombardi configuration settings


Configure proxy settings

If you use a proxy server for internet connections, you can configure Lombardi so that it uses the appropriate server and protocol for internet connections, such as when connecting to Blueprint. The connection section of the [Lombardi_home]\process-server\config\system\99Local.xml contains the proxy settings for Lombardi.

To edit the proxy settings in the 99Local.xml file, copy the connection section to the 100Custom.xml file, uncomment the section or sections that you want to use, and then make necessary changes. (You can find the 100Custom.xml file in the [Lombardi_home]\process-server\config directory.) This way, all settings that you have customized are located in a single configuration file, enabling you to more easily upgrade to new versions of Lombardi product components.

If you want proxy settings to be applied for all known protocols, use the <proxy-settings> section. To establish settings for specific protocols, use the <proxy-settings protocol="http"> and <proxy-settings protocol="https"> sections.

If you use the <proxy-settings> section, any protocol-specific settings established in other sections are ignored.

Setting Description
<host></host> IP address of the proxy server. This setting is required.
<port></port> Port number that is used by the proxy server for client connections. This setting is required.
<user-name></user-name> (Optional) User name used by the proxy server for client connections.
<password></password> (Optional) Password used by the proxy server for client connections.
<excluded-hosts></excluded-hosts> (Optional) IP addresses of any hosts for which proxy settings should not be applied. localhost, 127.0.0.1, and 0:0:0:0:0:0:0:1 are excluded by default. Use a comma-separated string of IP addresses to exclude additional hosts.

Parent topic: Manage Lombardi configuration settings

+

Search Tips   |   Advanced Search