Jetty显示HTTP错误消息503 SERVICE_UNAVAILABLE [英] Jetty shows http error message 503 SERVICE_UNAVAILABLE

查看:2270
本文介绍了Jetty显示HTTP错误消息503 SERVICE_UNAVAILABLE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了一个可以正常使用的maven模块应用程序(google appengine; maven; springmvc)。

3周后,我决定添加一些功能,我注意到我不能再在本地部署它,当我尝试这样做时,我得到:


HTTP错误:503



访问/的问题。理由:
$ b

SERVICE_UNAVAILABLE Powered by Jetty://


注意:I没有改变代码(所以我非常肯定它不是源代码问题),我只是安装了一些应用程序,如jenkins和sonar。

解决方案

该解决方案是尼克的评论



这通常发生在您的一个servlet映射被破坏时。您应该双重检查您的web.xml。


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.

解决方案

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.

这篇关于Jetty显示HTTP错误消息503 SERVICE_UNAVAILABLE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆