我正在尝试在雄猫服务器中部署WAR。我已经使用
成功构建了WAR文件mvn package
当我尝试使用tomcat 8.5.31通过Manager App部署它时,出现此错误:
Network Error (tcp_error)
- 503 error - A communication error occurred: ""
The Web Server may be down, too busy, or experiencing other problems
preventing it from responding to requests. You may wish to try again at a
later time.
不部署WAR的原因是什么? 任何帮助!谢谢。
答案 0 :(得分:0)
检查您的代理设置:
第二步,您可以这样做:
将此添加到virtualhost
<Proxy *>
AddDefaultCharset Off
Order deny,allow
Allow from all
</Proxy>