From beed8bddb27d1d045103d85ee2d456cf1cb1bea7 Mon Sep 17 00:00:00 2001 From: loki Date: Tue, 17 Jun 2003 18:52:32 +0000 Subject: [PATCH] new web.xml git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1961 b35dd754-fafc-0310-a699-88a17e54d16e --- apps/webchat/source/config/WEB-INF/web.xml | 139 ++++++++++++++++++++- 1 file changed, 134 insertions(+), 5 deletions(-) diff --git a/apps/webchat/source/config/WEB-INF/web.xml b/apps/webchat/source/config/WEB-INF/web.xml index fe6871317..98cbd9e49 100644 --- a/apps/webchat/source/config/WEB-INF/web.xml +++ b/apps/webchat/source/config/WEB-INF/web.xml @@ -4,6 +4,7 @@ "http://java.sun.com/dtd/web-app_2_3.dtd"> + WebChat Smack-powered WebChat Application @@ -12,27 +13,155 @@ jivesoftware.com + + + + + allowAnonymous + true + + + + + allowAccountCreation + true + + + + + allowLogin + true + + + + + logoFilename + images/logo.gif + + + + + chat.announcement-color + #009d00 + + + + + chat.owner-label-color + #aa0000 + + + + + chat.participant-label-color + #0000aa + + + + + chat.text-color + #434343 + + + + + error.text-color + #ff0000 + + + + + link.color + #045d30 + + + + + link.hover-color + #350000 + + + + + link.visited-color + #3b3757 + + + + + body.background-color + #ffffff + + + + + body.text-color + #362f2d + + + + + frame.divider-color + #83272b + + + + + button.color + #d6dfdf + + + + + button.text-color + #333333 + + + + + textfield.color + #f7f7fb + + + + + textfield.text-color + #333333 + + + - org.jivesoftware.webchat.ChatServlet + org.jivesoftware.webchat.JiveChatServlet ChatServlet - org.jivesoftware.webchat.ChatServlet + org.jivesoftware.webchat.JiveChatServlet 1 ChatServlet - /servlet/ChatServlet/* + /ChatServlet/* + + 3 + + index.jsp - index.html - + + \ No newline at end of file