tomazsee https://github.com/wildfly/wildfly/blob/master/undertow/src/main/java/org/wildfly/extension/undertow/deployment/UndertowDeploymentInfoService.java#L553JSP support is just another servlet you need to map, noting more.then all you need to do is add mappings where jsp servlet will listent to, usualy *.jsp...
for example see how we create SevletInfo for JSP servlet https://github.com/wildfly/wildfly/blob/master/undertow/src/main/java/org/wildfly/extension/undertow/JSPConfig.java
to see what we do in WildFly to wire everything up, to be fair you probably don't need Injection stuff.
--On Mon, May 5, 2014 at 12:08 PM, Dragan Jotanovic <draganj@gmail.com> wrote:_______________________________________________Hi,does anyone have code example of how to configure Undertow with JSP support? I didn't find any information on this in documentation.Thanks,
Dragan
undertow-dev mailing list
undertow-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev