Hello I want to make use of a proxy jsp that takes a POST request and sends it on another server, receives the request and passes it back to the browser.
The jsp is making use of the org.apache.commons.httpclient.HttpClient class. However my Tomcat instance cannot retrieve the request from the second server as it must send the request via a Proxy which requires authentication. I have tried adding the following options to the JAVA_OPTS in the catalina.bat file. -Dhttp.proxyHost=<proxy> -Dhttp.proxyPort=8080 -DproxyUser=xxx -DproxyPassword=xxxxxx However I get a java.io.ConnectException "Connection timed out" Has anyone else had more success?? Thanks Steve Cameron -- View this message in context: http://www.nabble.com/tomcat-as-a-proxy-via-a-proxy-tp18844302p18844302.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]