James,

When we call the Amazon SOAP service, we use the URL of that service, which is on port 80. The port that Tomcat is set to use doesn't come into it, since our problem is connecting out from a servlet, not getting to Tomcat in the first place.

This is apparently an unusual situation. Thanks for the answer.

Steve

James Black wrote:

Steven Gollery wrote:

But when we call the same code from a JSP, we get exceptions. We've
tried setting CATALINA_OPTS to define the proxyhost and proxyport, as
people on the Tomcat list suggested, but that doesn't work for us either.

 Try setting Tomcat to use port 80, perhaps, since that is a port open
through the firewall.

 Just guessing.



Reply via email to