What is the preferred way to set configuration parameters for JSPServlet like checkInterval, keepgenerated, modifyTestInterval etc.? The reason I'm trying to change it is due to some weird JSP compilation issues. We use executable military packaging and set the server.tomcat.basedir property to point to a locally accessible folder. The generated jsp java source file and class files show the change date as January 14, 1970. In Windows Explorer, the modification simply appears as empty. In linux, we touched all files. But as soon as the jsp file is accessed again, the modification date goes back to 1970. We doubt that this leads to the fact that jsp files are compiled every time it is accessed and thus slow down. However, recompiling seems to beonly happens on a Linux environment. Has anyone experienced this problem? Our environment: Spring Boot 1.2.2.BUILD-SNAPSHOT, Tomcat 8, JDK 1.8_025.
source
share