Index: lams_tool_chat/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/Attic/web.xml,v
diff -u -r1.3 -r1.4
--- lams_tool_chat/web/WEB-INF/web.xml 14 Apr 2006 06:36:42 -0000 1.3
+++ lams_tool_chat/web/WEB-INF/web.xml 19 Apr 2006 06:43:29 -0000 1.4
@@ -5,7 +5,7 @@
javax.servlet.jsp.jstl.fmt.localizationContext
- org.lamsfoundation.lams.applicationResources
+ org.lamsfoundation.lams.tool.chat.ApplicationResources
@@ -74,43 +74,56 @@
- action
- org.apache.struts.action.ActionServlet
-
- config
- /WEB-INF/struts/struts-config.xml
-
-
- debug
- 999
-
-
- detail
- 2
-
-
- validate
- true
-
- 1
+ action
+ org.apache.struts.action.ActionServlet
+
+ config
+ /WEB-INF/struts/struts-config.xml
+
+
+ debug
+ 999
+
+
+ detail
+ 2
+
+
+ validate
+ true
+
+ 1
- Connector
- com.fredck.FCKeditor.connector.ConnectorServlet
-
- baseDir
- /UserFiles/
-
-
- debug
- false
-
- 1
+ Connector
+ com.fredck.FCKeditor.connector.ConnectorServlet
+
+ baseDir
+ /UserFiles/
+
+
+ debug
+ false
+
+ 1
+
+
+ Attachment Download
+ Attachment Download
+ download
+ org.lamsfoundation.lams.contentrepository.client.ToolDownload
+
+ toolContentHandlerBeanName
+ chatToolContentHandler
+
+ 3
+
+
action
*.do
@@ -122,6 +135,11 @@
/fckeditor/editor/filemanager/browser/default/connectors/jsp/connector
+
+ download
+ /download/*
+
+
120