Added session listener.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1893 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-04-14 17:13:14 +00:00 committed by mtucker
parent 4517a66bb4
commit 03311272ce
1 changed files with 8 additions and 3 deletions

View File

@ -7,10 +7,15 @@
<display-name>WebChat</display-name> <display-name>WebChat</display-name>
<description>Smack-powered WebChat Application</description> <description>Smack-powered WebChat Application</description>
<context-param> <context-param>
<param-name>host</param-name> <param-name>host</param-name>
<param-value>jivesoftware.com</param-value> <param-value>jivesoftware.com</param-value>
</context-param> </context-param>
<!-- Session listener -->
<listener>
<listener-class>org.jivesoftware.webchat.ChatServlet</listener-class>
</listener>
<!-- Servlets --> <!-- Servlets -->
<servlet> <servlet>
@ -29,5 +34,5 @@
<welcome-file-list> <welcome-file-list>
<welcome-file>index.jsp</welcome-file> <welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file> <welcome-file>index.html</welcome-file>
</welcome-file-list> </welcome-file-list>
</web-app> </web-app>