G�tz Botterweck wrote:
>
> I'm trying to run Jetspeed behind a firewall => Jetspeed should get external
> content not directly but through a proxy.
>
> In the mailing list archive I found this suggestions
> [[EMAIL PROTECTED], April 9th]:
> > if you're using Sun JVM specify -Dproxy.host=proxy and -Dproxy.port=port
> in the interprter
> > command-line options of your servlet runner and you're set...
>
> Therefore I update some line in my tomcat.properties file to this here:
>
> # Arguments passed to Java interpreter (optional)
> # Syntax: wrapper.bin.parameters=[parameters] (String)
> # Default: NONE
> wrapper.bin.parameters=-Dproxy.host=cache.mydomain.com
> -Dproxy.port=3128
>
> But somehow this still does not work. I still get error messages in
> turbine.log (see below). I assume that Jetspeed is still not using the
> proxy.
>
> Anyone sucessfully configured Jetspeed 1.1 / Tomcat 3.1 / Sun JVM 1.2.2 to
> use a proxy?
> TIA
Hello,
See my last contribution to "New JetSpeed User". You have to use 3
variables :
proxySet=true
proxyHost=your_proxy
proxyPort=your_port
Hope this helps
Fabrice
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]