precompile all of the JSPs so that people with JREs instead of JDKs can load this up

This commit is contained in:
jrandom
2004-08-05 02:24:00 +00:00
committed by zzz
parent 676288e6c0
commit 3f70593ca8
6 changed files with 86 additions and 12 deletions

View File

@@ -4,14 +4,14 @@
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
<web-app>
<!-- precompiled servlets -->
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>
index.jsp
</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>