1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-24 12:24:51 +02:00
Smack/sample/conf/WEB-INF/web.xml
Gaston Dombiak f6935ccb5e Initial check-in
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2227 b35dd754-fafc-0310-a699-88a17e54d16e
2004-02-16 17:12:30 +00:00

17 lines
480 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Servlet 2.3 is required for Jive Forums 3 -->
<!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>Smack Client UI</display-name>
<description>Smack sample UI</description>
<!-- Welcome file list -->
<welcome-file-list>
<welcome-file>login.jsp</welcome-file>
</welcome-file-list>
</web-app>