[FrontPage] [TitleIndex] [WordIndex

Proxy configuration (proxy.xml)

1. Basics

TBD ...

2. Schema location

The schemas for defining deegree 3 proxy settings may be found at http://schemas.deegree.org/proxy/. It is mandatory to refer to a specific version of the schema, as the schema may change over time.

3. Configuration details

Current Version proxy: 3.0.0/proxy.xsd (valid since 2010-11-15)

TBD: detailed description

3.1. Proxy configuration example

<?xml version="1.0" encoding="UTF-8"?>
<ProxyConfiguration
  configVersion="3.0.0"
  overrideSystemSettings="true"
  xmlns="http://www.deegree.org/proxy"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.deegree.org/proxy http://schemas.deegree.org/proxy/3.0.0/proxy.xsd">

  <!-- set above attribute overrideSystemSettings to true to be sure that these proxy settings are used -->

  <!-- proxy settings for all protocols -->
  <ProxyHost>http://proxy.deegree.org</ProxyHost>
  <ProxyPort>8000</ProxyPort>
  <ProxyUser>deegree</ProxyUser>
  <ProxyPassword>pwd</ProxyPassword>

  <NonProxyHosts>127.0.0.1|localhost</NonProxyHosts>

  <!-- you can also set proxies just for ftp or http, using <HttpProxyHost>, <FtpProxyHost> and so forth -->
</ProxyConfiguration>

4. Further workspace configuration

For other parts of the workspace configuration please consult the following pages:


CategoryDeegree3 CategoryWorkspaceConfiguration


2018-04-20 12:05