blob: c71acd3ed21005bc22988c6d4174e9fcea927f0a [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 Splash Screen</display-name>
<description>Virgo Server - Splash Screen</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.apps.splash.ContentServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>content</servlet-name>
<url-pattern>/splash/*</url-pattern>
</servlet-mapping>
</web-app>