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]