The proxy-config.xml file
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
- Access policies
- Context path mappings
- General configuration parameters
- Examples of AJAX proxy configurations
Parent topic
AJAX proxy configuration