Re: [jetty-users] WebAppContext Jetty 11

2021-04-02 Thread Greg Wilkins
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, wrote: > Hi, > > I am looking for code showing how to

[jetty-users] WebAppContext Jetty 11

2021-04-02 Thread Som Lima
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