I found some hints on Stackoverflow how to enable JSP support in Jetty by editing web.xml.
But can this be done programmatically, without any web.xml?
(Preferable without writing an own servlet for that)
Even REST services support with Jersey can be enabled programmatically in Jetty. I can't beleave that it's so hard for such wide-spread thing as JSP...