Index: lams_monitoring/test/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/test/web/WEB-INF/Attic/web.xml,v
diff -u -r1.3 -r1.4
--- lams_monitoring/test/web/WEB-INF/web.xml 6 Oct 2005 06:42:01 -0000 1.3
+++ lams_monitoring/test/web/WEB-INF/web.xml 10 Oct 2005 11:54:22 -0000 1.4
@@ -31,10 +31,13 @@
contextConfigLocation
- /WEB-INF/spring/applicationContext.xml /WEB-INF/spring/toolApplicationContext.xml
- /WEB-INF/spring/monitoringApplicationContext.xml /WEB-INF/spring/lessonApplicationContext.xml
- /WEB-INF/spring/authoringApplicationContext.xml
- /WEB-INF/spring/dataAccessContext.xml /WEB-INF/spring/surveyApplicationContext.xml
+ classpath:/org/lamsfoundation/lams/applicationContext.xml
+ classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml
+ classpath:/org/lamsfoundation/lams/tool/toolApplicationContext.xml
+ classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml
+ classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml
+ classpath:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml
+ classpath*:applicationContext.xml
@@ -61,7 +64,7 @@
HibernateFilter
- org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+ org.lamsfoundation.lams.util.CustomizedOpenSessionInViewFilter
sessionFactoryBeanName
coreSessionFactory
@@ -101,11 +104,11 @@
*.jsp
-
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
-
- context
- org.springframework.web.context.ContextLoaderServlet
- 1
-
-
action
org.apache.struts.action.ActionServlet