Skip to content
Discussion options

You must be logged in to vote

It works. Summary including advice since initial liftoff:

  • Converted jetty-env.xml (db connection info, forgotten file) to jetty-ee11-env.xml.

  • Config dtd version is "https://jetty.org/configure_10_0.dtd", don't copy the jetty release version number [sbordet]

  • web.xml header in docs was wrong, bug filed. See Joakim's first response for correct one, includes web-app_6_1.xsd.

  • Logging: scope it out via "$ java -jar jetty-home-12.1.7/start.jar --list-modules=logging" and see Joakim's logback example above.

  • war: excluded file names containing webapp and jakarta from the war build to avoid issues with having the same ones from different class loaders.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@joakime
Comment options

joakime Mar 14, 2026
Collaborator

Comment options

You must be logged in to vote
2 replies
@joakime
Comment options

joakime Mar 15, 2026
Collaborator

@phobrain
Comment options

Comment options

You must be logged in to vote
1 reply
@sbordet
Comment options

Answer selected by phobrain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants