An object of this class represents a proxy configuration.
Configuration example ($PUB_HOME/config/publication.xml ):
<proxies>
<proxy area="live" ssl="true" url="https://www.host.com/ssl/default"/>
<proxy area="live" ssl="false" url="http://www.host.com/default"/>
<proxy area="authoring" ssl="true" url="https://www.host.com/lenya/default/authoring"/>
<proxy area="authoring" ssl="false" url="http://www.host.com/lenya/default/authoring"/>
<proxies;>
version: $Id: Proxy.java 535656 2007-05-06 21:08:27Z nettings $ |