Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] WebAppContext Jetty 11

In jetty 11 such features are auto configuring. You just need to add the jar to the classpath and the feature will be discovered and added to the webapp.

So just put jetty-annotation jar on the 
classpath

On Sat, 3 Apr 2021, 06:32 Som Lima, <somplasticllc@xxxxxxxxx> wrote:
Hi,

I am looking for code showing how to configure embedded jetty to  add features like annotations  jsf etc.

to the WebAppContext class in particular rather than  adding features using the  ServletHandlerContext.

for jetty version 11.



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top