Deploying EAR file in Sun App Server having problem with proxy server setttings

Posted by Nick Long on Stack Overflow See other posts from Stack Overflow or by Nick Long
Published on 2008-10-24T12:22:24Z Indexed on 2010/04/02 10:03 UTC
Read the original article Hit count: 240

Filed under:

When I am deploying certain vendor EAR file to Sun App Server, I encountered a connection timeout errror. I thought the reason might be proxy settings need to be defined so I actually defined the following

-Dhttp.proxyHost=hostname -Dhttp.proxyPassword=password -Dhttp.proxyPort=8080 -Dhttp.proxyUser=username

After setting these and restart domain then redeploy I encountered 407 error.

Anyone have any idea what could be the issue here?

© Stack Overflow or respective owner

Related posts about java