Don’t run Jetty with the default “bin/jetty.sh start”

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

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.