Settings in this group define the HTTP proxy that will be used by the Application Server whenever it needs to connect to the internet using HTTP protocol.
Setting name |
Description |
Use proxy definition |
If set the Http proxy settings defined in the Global settings will be used - and will override any Http proxy settings specified in the proxy server configuration file (see HTTP proxy server configuration for more details). If set but the proxy configuration is invalid the Application server will use the system default proxy or will try to use direct connections. Default: false |
HTTP Proxy server |
Host name, DNS name or IP address of the Proxy server. Default: <empty> |
HTTP Proxy port |
Port on which the proxy server listens to requests. |
HTTP Proxy username |
If the proxy server requires authentication this is username is used. If the proxy server does not require authentication leave this setting empty. Default: <empty> |
HTTP Proxy password |
If the proxy server requires authentication this is password is used. If the proxy server does not require authentication leave this setting empty. Default: <empty> |
Bypass local |
If set, requests to local Internet resources do not use the proxy server. Local requests are identified by the lack of a period (.) in the URI, as in http://webserver/, or access the local server, including http://localhost, http://loopback, or http://127.0.0.1. If not set, all Internet requests are made through the proxy server. |
Bypass addresses |
A semicolon separated list of regular expressions that describe URIs that do not use the proxy server when accessed. |
Table 1: Configuration of the HTTP proxy