Jetty shows http error message 503 SERVICE_UNAVAILABLE

做~自己de王妃 提交于 2019-12-11 03:52:54

问题


I developed a maven module application that works fine using (google appengine; maven; springmvc).

3 weeks after when I decided to add some features I noticed that I can no longer deploy it on the local, when I try to do so, I get:

HTTP ERROR: 503

Problem accessing /. Reason:

SERVICE_UNAVAILABLE Powered by Jetty://

NB : I did not change the code(so I'm pretty sure that it's not a source code problem), I just installed some applications like jenkins and sonar.


回答1:


the solution is nick's comment:

This happens usually when one of your servlet mappings is broken. You should double-triple-check your web.xml.



来源:https://stackoverflow.com/questions/25833295/jetty-shows-http-error-message-503-service-unavailable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!