2

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.

Draken
  • 3,134
  • 13
  • 34
  • 54
Mehdi TAZI
  • 575
  • 2
  • 5
  • 23

1 Answers1

3

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.

Sebastian D'Agostino
  • 1,575
  • 2
  • 27
  • 44
Mehdi TAZI
  • 575
  • 2
  • 5
  • 23