Hi Cristiano, On Thu, Jan 19, 2012 at 3:21 AM, Cristiano Gavião <[email protected]> wrote: > Hi, > > OSGi HTTP doesn't give to use the ability to register Filters. So for this I > used to work with org.eclipse.equinox.http.servlet.ExtendedHttpService from > Equinox to build my embeded webserver application. > > But with this API doesn't supply any easy way to register Servlet Listener > as the ones that exists in web.xml. > > Jetty project has any API for this? We have not been further than hosting the HttpService provided by Equinox. How about using a web-bundle to get support for the whole servlet spec? Hugues
> > regards > > Cristiano > > > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
