From 07cdf90aeb3c76e88d84380d63c100436b4fb964 Mon Sep 17 00:00:00 2001 From: Bill Lynch Date: Fri, 11 Apr 2003 02:58:22 +0000 Subject: [PATCH] Updated to include chat servlet declaration & mapping as well as welcome file declaration. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1876 b35dd754-fafc-0310-a699-88a17e54d16e --- apps/webchat/source/config/WEB-INF/web.xml | 33 +++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/apps/webchat/source/config/WEB-INF/web.xml b/apps/webchat/source/config/WEB-INF/web.xml index 0dcc00300..08f5bf833 100644 --- a/apps/webchat/source/config/WEB-INF/web.xml +++ b/apps/webchat/source/config/WEB-INF/web.xml @@ -1 +1,32 @@ - \ No newline at end of file + + + + + + WebChat + Smack-powered WebChat Application + + + + ChatServlet + org.jivesoftware.webchat.ChatServlet + + host + + + 1 + + + + + ChatServlet + /servlet/ChatServlet/* + + + + + index.jsp + index.html + + \ No newline at end of file