File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 12
12
<param-value >test</param-value >
13
13
</context-param >
14
14
15
+ <servlet id =" jsp" >
16
+ <servlet-name >jsp</servlet-name >
17
+ <servlet-class >org.apache.jasper.servlet.JspServlet</servlet-class >
18
+ <!-- Check for JSP modification on every access -->
19
+ <init-param >
20
+ <param-name >development</param-name >
21
+ <param-value >true</param-value >
22
+ </init-param >
23
+ </servlet >
24
+
15
25
<!--
16
26
Web console for managing H2 database.
17
27
Original file line number Diff line number Diff line change 12
12
<param-value >prod</param-value >
13
13
</context-param >
14
14
15
+ <servlet id =" jsp" >
16
+ <servlet-name >jsp</servlet-name >
17
+ <servlet-class >org.apache.jasper.servlet.JspServlet</servlet-class >
18
+ <!-- Don't check for JSP modification on every access -->
19
+ <init-param >
20
+ <param-name >development</param-name >
21
+ <param-value >false</param-value >
22
+ </init-param >
23
+ <!-- Should Jasper check for modified JSPs? No. -->
24
+ <init-param >
25
+ <param-name >reloading</param-name >
26
+ <param-value >false</param-value >
27
+ </init-param >
28
+ </servlet >
29
+
15
30
<context-param >
16
31
<param-name >contextClass</param-name >
17
32
<param-value >
You can’t perform that action at this time.
0 commit comments