Don’t run Jetty with the default “bin/jetty.sh start” Leave a Comment / Java / June 13, 2019 June 13, 2019 Instead, run it with: java -jar start.jar “bin/jetty.sh start” does a lot of doggy things for you. You will get suprising results if you use it, for example, the logs inside your war are not shown. Avoid it unless you do know about those things