The proxy-config.xml file

 

+

Search Tips   |   Advanced Search

 

The AJAX Proxy configuration is specified by using proxy-config.xml.

The XML schema of proxy-config.xml consists of the following three main elements. They must all be children elements of the proxy rules root element.

policy

Define an access policy for a specific URL pattern.

A proxy configuration can contain multiple policy definitions. If no policy is specified at all, all incoming requests are denied.

mapping

Use the mapping element to map incoming requests to a target URL, based on their context path. Therefore each mapping element needs to specify a contextpath attribute and optionally a url attribute.

meta-data

Use the meta-data to specify general configuration properties of the proxy, for example. HTTP-related parameters. Each meta-data element must have a name subelement and a value subelement. To get a list of configuration parameters that are available in the portal, refer to the section about general configuration parameters.

 

See also

 

Parent topic

AJAX proxy configuration