Hello all

I am trying to talk to a web service via a proxy by using AXIS. I have set a
Proxy in my Java code(
System.setProperty("http.proxyHost","myproxyhostname");
System.setProperty("http.proxyPort","8080"); ).  It works well as a Java
application. But when I put it in Jetspeed as a JSP Portlet, I got a
Exception which is: java.net.ConnectException:Connection timed out.

So except proxy setting in Java code, do I need to deploy other
configuration in Jetspeed?

Thanks in advance.

Xiao
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to