2004-07-24 02:06:07 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE web-app
|
|
|
|
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
|
|
|
|
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
|
|
|
|
|
|
|
|
<web-app>
|
2004-08-05 02:24:00 +00:00
|
|
|
<!-- precompiled servlets -->
|
2004-07-24 02:06:07 +00:00
|
|
|
<session-config>
|
|
|
|
<session-timeout>
|
|
|
|
30
|
|
|
|
</session-timeout>
|
|
|
|
</session-config>
|
|
|
|
<welcome-file-list>
|
2004-08-05 02:24:00 +00:00
|
|
|
<welcome-file>index.html</welcome-file>
|
|
|
|
<welcome-file>index.jsp</welcome-file>
|
2004-07-24 02:06:07 +00:00
|
|
|
</welcome-file-list>
|
|
|
|
</web-app>
|