<?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>
   <description>JNDI Scoping Tests</description>
   <servlet>
      <servlet-name>LookupServlet</servlet-name>
      <servlet-class>org.jboss.test.classloader.scoping.naming.web.LookupServlet</servlet-class>
   </servlet>

   <servlet-mapping>
      <servlet-name>LookupServlet</servlet-name>
      <url-pattern>/LookupServlet/*</url-pattern>
   </servlet-mapping>

</web-app>
