earldouglas / sbt-war

Package and run .war files with sbt
BSD 3-Clause "New" or "Revised" License
382 stars 105 forks source link

Experiment with Jetty in place of Tomcat #979

Open earldouglas opened 1 month ago

earldouglas commented 1 month ago

Let's see if we can replace Tomcat with Jetty.

This will mostly be a drop-in replacement for WarPackageRunnerPlugin, but WebappComponentsRunnerPlugin is going to need its own version of com.earldouglas:webapp-components-runner.

For context, see https://github.com/scalatra/scalatra.g8/pull/131#issuecomment-2411617126

See also: