<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app> <display-name>EBook Application</display-name> <description> EBook Application </description> <servlet> <servlet-name>servlet/eat.bl.admin.LogonServet</servlet-name> <servlet-class>eat.bl.admin.LogonServet</servlet-class> </servlet> <servlet-mapping> <servlet-name>servlet/eat.bl.admin.LogonServet</servlet-name> <url-pattern>/LogonServet.do</url-pattern> </servlet-mapping> <session-config> <session-timeout>120</session-timeout> </session-config> <welcome-file-list> <welcome-file>b_login.htm</welcome-file> </welcome-file-list>
</web-app>