Index: lams_central/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/Attic/web.xml,v
diff -u -r1.8 -r1.9
--- lams_central/web/WEB-INF/web.xml 19 Sep 2005 01:02:18 -0000 1.8
+++ lams_central/web/WEB-INF/web.xml 13 Oct 2005 03:11:38 -0000 1.9
@@ -27,37 +27,49 @@
contextConfigLocation
classpath:/org/lamsfoundation/lams/applicationContext.xml
+ classpath:/org/lamsfoundation/lams/tool/toolApplicationContext.xml
classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml
classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml
classpath:/org/lamsfoundation/lams/workspace/workspaceApplicationContext.xml
-
+
+ SystemSessionFilter
+
+ org.lamsfoundation.lams.web.session.SystemSessionFilter
+
+
+
+ hibernateFilter
+
+ org.lamsfoundation.lams.util.CustomizedOpenSessionInViewFilter
+
+
+ sessionFactoryBeanName
+ coreSessionFactory
+
+
-
+
+ SystemSessionFilter
+ /*
+
+
+ hibernateFilter
+ /*
+
org.springframework.web.context.ContextLoaderListener
+
+
org.lamsfoundation.lams.web.SessionListener
-
- org.lamsfoundation.lams.web.SharedSession
-
-
+
storeLD
@@ -268,6 +280,11 @@
/WEB-INF/fckeditor/tlds/FCKeditor.tld
+
+ tags-lams
+ /WEB-INF/lams.tld
+
+