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