You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 executerun
andstart
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
The text was updated successfully, but these errors were encountered: