undertow-io / jastow

Jasper fork for Undertow
Apache License 2.0
22 stars 46 forks source link

Cannot be used in spring boot #33

Open duanxg opened 7 years ago

duanxg commented 7 years ago

Cannot be used normally in sping boot?

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Thu Aug 03 18:10:55 CST 2017 There was an unexpected error (type=Not Found, status=404). Not Found

ctomc commented 7 years ago

That would be issue in config of your app and/or springboot And noting to do with jsp compiler

duanxg commented 7 years ago

Undertow does not support JSPs. This is how sorry things!

ctomc commented 7 years ago

Interesting! But that would be bug in springboot as such. We do support JSP in undertow, with addition of Jastow and just a simple extra programmatic config.

This is how we handle JSP in WildFly