Ok, I found an answer... It's a Tomcat configuration, but I think it may be
useful for Cocoon's users.
It is possible to define a proxied connector in conf/server.xml, like this:

    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
    <!-- See proxy documentation for more information about using this. -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8082" minProcessors="5" maxProcessors="75"
               enableLookups="true"
               acceptCount="100" debug="0" connectionTimeout="20000"
               proxyName="www.yourproxyname.com" proxyPort="80"
               useURIValidationHack="false" disableUploadTimeout="true" />

Thanks,

Eric

-----Original Message-----
From: JACOB, ERIC [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 16, 2004 10:01 AM
To: [EMAIL PROTECTED]
Subject: Running Cocoon behind a Proxy

Hi,
�
I�m running Cocoon behind a proxy server and I need to get RSS feed from the
Internet. What I should do to tell Cocoon to use the proxy? Is it a Cocoon
or Tomcat configuration?
�
Many thanks,
�
Eric
�



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to