Thanks, that's what I needed.
Dragan
On Tue, May 6, 2014 at 11:03 PM, Tomaž Cerar <tomaz.cerar(a)gmail.com> wrote:
JSP support is just another servlet you need to map, noting more.
for example see how we create SevletInfo for JSP servlet
https://github.com/wildfly/wildfly/blob/master/undertow/src/main/java/org...
then all you need to do is add mappings where jsp servlet will listent to,
usualy *.jsp...
see
https://github.com/wildfly/wildfly/blob/master/undertow/src/main/java/org...
to see what we do in WildFly to wire everything up, to be fair you
probably don't need Injection stuff.
--
tomaz
On Mon, May 5, 2014 at 12:08 PM, Dragan Jotanovic <draganj(a)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(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/undertow-dev
>