I tried that, didn't work. I am wondering whether it's possible to set the
"Proxy-Authentication" header via -D as well. Does anyone know how?
cheers
romen
Please respond to "JetSpeed" <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
cc: (bcc: Romen Law/Australia/IBM)
Subject: Re: using Jetspeed behind a proxy
Jean-Etienne GOUBARD wrote:
[snip]
> So, my question is : where must I put some parameter that Jetspeed or
> Tomcat must take in acount to understand that there is a proxy and that
> he must use it
Tomcat is a java application. You can tell java applications to use a
proxy by calling it like this:
java -DproxySet=true -DproxyHost=something.proxy.com
-DproxyPort=85 Application
In your case you may want to add
-DproxySet=true -DproxyHost=something.proxy.com -DproxyPort=portnumber
to the TOMCAT_OPTS environment variable.
Bonne chance.
--
Gensky
--
--------------------------------------------------------------
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]
--
--------------------------------------------------------------
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]