weixin_33736048 2017-01-20 19:04 采纳率: 0%
浏览 376

部署时出现502代理错误

I am now working on a Java web project. It works well in local host using eclipse and Tomcat. But when I deploy the war file to remote server (which is also tomcat), one function at front end return 502 proxy error.

The function requests the server that I deployed and the server will further request another remote server. The whole process will take around 2 minutes. I also check the deployment log. It seems that the server is working well except for returning to front end.

Does anyone have similar problem before?

  • 写回答

1条回答 默认 最新

  • weixin_33691700 2017-01-23 21:24
    关注

    I just solve the problem by myself. Increasing the proxy timeout works.

    评论

报告相同问题?