tags:

views:

45

answers:

1

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?

A: 

Deploy to Sun1 often takes quite a time. Once it took me almost 40 minutes on a busy production box.

But what's your question really?

How to get rid of timeout? Must be a setting in your browser or ant task.

Why 407? Wrong auth type or password, I guess.

Vladimir Dyuzhev