Index: lams_monitoring/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/Attic/web.xml,v
diff -u -r1.1 -r1.2
--- lams_monitoring/web/WEB-INF/web.xml 2 Feb 2005 04:29:12 -0000 1.1
+++ lams_monitoring/web/WEB-INF/web.xml 15 Apr 2005 04:38:11 -0000 1.2
@@ -1,25 +1,302 @@
-
-
- action
- org.apache.struts.action.ActionServlet
-
- config
- /WEB-INF/struts-config.xml
-
-
- debug
- 3
-
-
- detail
- 3
-
- 0
-
-
- action
- *.do
-
-
+
+
+
+
+
+
+ javax.servlet.jsp.jstl.fmt.localizationContext
+ org.lamsfoundation.lams.monitoring.MonitoringResources
+
+
+ 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
+
+
+
+
+
+
+ HibernateFilter
+ org.lamsfoundation.lams.util.CustomizedOpenSessionInViewFilter
+
+ sessionFactoryBeanName
+ coreSessionFactory
+
+
+ singleSession
+ true
+
+
+
+
+
+ HibernateFilter
+ *.do
+
+
+ HibernateFilter
+ *.jsp
+
+
+
+
+
+
+
+ context
+ org.springframework.web.context.ContextLoaderServlet
+ 1
+
+
+ action
+ org.apache.struts.action.ActionServlet
+
+ config
+ /WEB-INF/struts/struts-config.xml
+
+
+ debug
+ 999
+
+
+ detail
+ 2
+
+
+ validate
+ true
+
+ 2
+
+
+
+
+
+ action
+ *.do
+
+
+
+ 120
+
+
+
+
+
+
+
+
+
+ http://jakarta.apache.org/struts/struts-bean
+ /WEB-INF/struts/struts-bean.tld
+
+
+ http://jakarta.apache.org/struts/struts-bean-el
+ /WEB-INF/struts/struts-bean-el.tld
+
+
+ http://jakarta.apache.org/struts/struts-html
+ /WEB-INF/struts/struts-html.tld
+
+
+ http://jakarta.apache.org/struts/struts-html-el
+ /WEB-INF/struts/struts-html-el.tld
+
+
+ http://jakarta.apache.org/struts/struts-logic
+ /WEB-INF/struts/struts-logic.tld
+
+
+ http://jakarta.apache.org/struts/struts-logic-el
+ /WEB-INF/struts/struts-logic-el.tld
+
+
+ http://jakarta.apache.org/struts/struts-template
+ /WEB-INF/struts/struts-template.tld
+
+
+ http://jakarta.apache.org/struts/struts-tiles
+ /WEB-INF/struts/struts-tiles.tld
+
+
+
+
+ http://java.sun.com/jstl/core
+ /WEB-INF/jstl/c.tld
+
+
+ http://java.sun.com/jstl/core_rt
+ /WEB-INF/jstl/c-rt.tld
+
+
+ http://java.sun.com/jstl/fmt
+ /WEB-INF/jstl/fmt.tld
+
+
+ http://java.sun.com/jstl/fmt_rt
+ /WEB-INF/jstl/fmt-rt.tld
+
+
+ http://java.sun.com/jstl/xml
+ /WEB-INF/jstl/x.tld
+
+
+ http://java.sun.com/jstl/xml_rt
+ /WEB-INF/jstl/x-rt.tld
+
+
+
+
+