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.31 -r1.32 --- lams_monitoring/web/WEB-INF/web.xml 22 Sep 2008 05:29:19 -0000 1.31 +++ lams_monitoring/web/WEB-INF/web.xml 2 Jul 2009 08:19:11 -0000 1.32 @@ -5,20 +5,24 @@ javax.servlet.jsp.jstl.fmt.localizationContext org.lamsfoundation.lams.monitoring.ApplicationResources + + messageSource + monitoringMessageSource + + + contextConfigLocation - - classpath:/org/lamsfoundation/lams/applicationContext.xml - classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml - classpath:/org/lamsfoundation/lams/toolApplicationContext.xml - classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml - classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml - classpath:/org/lamsfoundation/lams/workspace/workspaceApplicationContext.xml - classpath:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml - classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml - - + + + locatorFactorySelector + classpath*:/org/lamsfoundation/lams/**/beanRefContext.xml + + + parentContextKey + context.central + SystemSessionFilter @@ -67,6 +71,11 @@ org.springframework.web.context.ContextLoaderListener + + + org.lamsfoundation.lams.web.session.SetMaxTimeoutListener + + initializeLesson @@ -79,6 +88,11 @@ + initializeAndCreateLessons + org.lamsfoundation.lams.monitoring.web.InitializeAndCreateLessonsServlet + + + branchingExportPortfolio org.lamsfoundation.lams.monitoring.web.BranchingExportPortfolioServlet @@ -135,6 +149,10 @@ /monitoring/performChosenGrouping + initializeAndCreateLessons + /initializeAndCreateLessons + + branchingExportPortfolio /branchingExportPortfolio @@ -151,6 +169,10 @@ /createLessonClass + + 120 + +