如何使用HTTP管理api将归档部署到Jboss as 7?----------------------------------------------
Authenticator.setDefault(passwordAuthenticator);
// read system property "as
我已经将Tomcat Server从版本6更改为版本7,现在我的ant部署失败。java.net.HttpRetryException: cannot retry due to server authentication, in streaming mode
我发现这可能是因为我部署的.war文件的大小约为250M,但我没有找到如何从ant将其部署到Tomcat7的解决方案。