Hi, I'm trying to understand if its possible to configure the underlyging embedded jetty server . I'm in the process of porting my app from Tomcat to a servicemix osgi platform. In tomcat, I've configured the threadpool based on my app need, besides using custom filters and listeners,configured through web.xml. Just wondering, if I can do the same by leveraging jetty server.
Any pointers will be appreciated. -Thanks

