-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Tomcat with Jetty in WarRunner #979
Milestone
Comments
This was referenced Oct 14, 2024
earldouglas
changed the title
Experiment with Jetty in place of Tomcat
Replace Tomcat with Jetty in war-runner
Nov 16, 2024
earldouglas
added a commit
that referenced
this issue
Nov 16, 2024
earldouglas
changed the title
Replace Tomcat with Jetty in war-runner
Replace Tomcat with Jetty in WarRunner
Nov 16, 2024
earldouglas
added a commit
that referenced
this issue
Nov 16, 2024
earldouglas
added a commit
that referenced
this issue
Nov 16, 2024
earldouglas
added a commit
that referenced
this issue
Nov 16, 2024
earldouglas
added a commit
that referenced
this issue
Nov 16, 2024
I can't get Jetty to scan for annotations, no matter what I try. Closing this as a wontfix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's see if we can replace Tomcat with Jetty.
com.heroku:webapp-runner
fororg.eclipse.jetty.ee10:jetty-ee10-webapp
org.eclipse.jetty.ee10.runner.Runner
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 scalatra/scalatra.g8#131 (comment)
See also:
The text was updated successfully, but these errors were encountered: