Skip to content
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

Run on Eclipse Jetty 11 #1

Closed
hantsy opened this issue Apr 4, 2021 · 1 comment
Closed

Run on Eclipse Jetty 11 #1

hantsy opened this issue Apr 4, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@hantsy
Copy link
Owner

hantsy commented Apr 4, 2021

Eclipse Jetty 11 adds Jakarta EE 9 alignment.

I have tried to run this simple application on Jetty via the official Jetty Maven plugin but failed.

See: https://www.eclipse.org/lists/jetty-users/msg09809.html

The newest jetty-maven-plugin describes 3 deployMode, embed(default), fork, external instead of former run, run-forked goals, etc, you can execute run and start goals on every mode.

I have tried embed and external mode, failed.

There is a jetty-external profile defined in the pom.xml, and enable cdi-decorate, when the application is started, all features of Servlet seems to get supported, it caused an exception at the startup.

See this question I posted in Jetty user mail list: https://www.eclipse.org/lists/jetty-users/msg09812.html

@hantsy hantsy added the help wanted Extra attention is needed label Apr 4, 2021
@hantsy
Copy link
Owner Author

hantsy commented Apr 5, 2021

A know issue about this: jetty/jetty.project#6123

@hantsy hantsy closed this as completed May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant