http-proxy

Purpose

Optional element that defines the settings for a proxy server, and sets the system wide Java properties controlling proxies. If it is not specified then MCS will not attempt to configure the underlying system parameters.

Contained by

Attributes

Attribute Description Type Default Options Use
host The name of the host xs:string none    optional 
port The name of the port xs:unsignedShort none    optional 

Example

<http-proxy
  host="proxy"
  port="8000"/>

Related topics