blob: 72b9a550a6516e94632e5cdfb3b494ee93e0cd25 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
<display-name>Virgo Sample Simple Web</display-name>
<description>Virgo Server - Sample Web</description>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
<servlet>
<servlet-name>content</servlet-name>
<servlet-class>org.eclipse.virgo.samples.no.spring.ContentServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>content</servlet-name>
<url-pattern>/sample/*</url-pattern>
</servlet-mapping>
</web-app>