Spring boot with Tiles: static webresources not found when deploying as jar
问题 I have migrated a Java-JSP-Tomcat WebApplication to Spring boot with Web MVC. I can run the application in the IDE (eclipse Mars 2). Everything is working fine. I've created a executable jar-File with embedded tomcat. The application starts without errors, but if I access a page, the tiles-framework throw an Exception because of missing .jsp file. In other posts on SO I read, that there are special folders for static webcontent (/META-INF/resources/, /resources/, /static/, /public/). I've