How to upgrade jetty to 9.4

Hello, I’m new in server jetty - I must upgrade jetty on openfire server (debian) to 9.4 version (from 9.2.z-SNAPSHOT), but I don’t now how to start. I wget jetty-distribution-9.4.12.v20180830.tar.gz but what’s next?

“Must” is a strong word. But probably your easiest way is to take nightly build which has 9.4.11.v20180605 built in.

If that’s not recent enough, swap out the jetty-*.jar files for their newer equivalents - and hope that no APIs have changed.

Greg

Thank you Greg.