Hi Andras, You understood my problem allright. I have tried to set those parameters but it still didn't work, so I was posting the question to see if there were other things that I should look at.
Anyway, thank you for your reply. Kind Regards, Tom Vekemans -----Original Message----- From: Andras Balogh [mailto:[EMAIL PROTECTED] Sent: jeudi 23 septembre 2004 14:42 To: Tomcat Users List Subject: Re: Access web from behind a proxy Hello, This is more like a java question, javva has paramters to set up a proxy when making http request (with java.net.URLConnection): -Dhttp.proxyHost=IP-Proxy-Server -Dhttp.proxyPort=PORT-Proxy-Server I hope i understood your problem correctly. Best regards, Andras. Vekemans Tom wrote: >Hi, > >We are dealing with an application which consists of some servlets >(running on our Tomcat server) contacting an external server through >HTTP calls. > >We have a proxy server + firewall between our server and the external >one, so we *must* pass trough this proxy server. What I am looking for >is a way to tell Tomcat to use that proxy for outbound calls, but I >don't get it to work. > >I can find a lot of documentation on Tomcat+Proxy but it all talks about >Tomcat being the destination of the requests. In my case, it is the >origin... > >Does anyone have any ideas? > >Thanks in advance, > >Tom Vekemans > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
