<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<!--
- Author: Mark Roth
- Date: January 17, 2003
-
- Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
-
- This software is the proprietary information of Sun Microsystems, Inc.
- Use is subject to license terms.
-
- @(#)
- Description: Web Deployment Descriptor for JSP 1.2 fake lottery example
-->
<web-app>
<display-name>FakeLotteryExample</display-name>
<description>
JSP 1.2 example application that illustrates correct JSP
coding style.
</description>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<taglib>
<taglib-uri>http://codeconv/lotterylib</taglib-uri>
<taglib-location>/WEB-INF/tld/lotterylib.tld</taglib-location>
</taglib>
</web-app>