[EMAIL PROTECTED] wrote: > I have add this line: > > set -Dhttp.proxyHost=http://proxy.blabla.com -Dhttp.proxyPort=8080 > > to the startup script, just before the "tomcat start". > > But it doesn't work. Are there anything else to configure?
you should add those as arguments to the java command in your tomcat startup script, or as a CATALINA_OPTS/TOMCAT_OPTS environment variable set CATALINA_OPTS=-Dhttp.proxyHost=http://proxy.blabla.com -Dhttp.proxyPort=8080 </Steven> -- Steven Noels http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>