Closed TFaga closed 8 years ago
Jetty currently only supports the Apache Jasper implementation for which it needs a few additional classes to work. The same is true for other servlet servers (Tomcat, Undertow).
Because of this, the JSP implementation will be specific to the underlying servlet server as it is usually tightly coupled. It will be packaged the way as the webspocket component.
Currently for JSP support the jetty library is used. However it would be better if we used only the reference implementation and add it to the underlaying server like all the other components.