Index: lams_central/web/WEB-INF/web.xml =================================================================== diff -u -racc8d2acf5b6b0002e0c8129947040a779ab4077 -r6710ffa47b5b99cb033f76dc5df2cc729cd34ce0 --- lams_central/web/WEB-INF/web.xml (.../web.xml) (revision acc8d2acf5b6b0002e0c8129947040a779ab4077) +++ lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 6710ffa47b5b99cb033f76dc5df2cc729cd34ce0) @@ -12,9 +12,9 @@ This refBeanContext.xml contains definition of the shared context. It is located by this entry: locatorFactorySelector - classpath*:/org/lamsfoundation/lams/**/beanRefContext.xml + classpath:/org/lamsfoundation/lams/beanRefContext.xml - telling to look for refBeanContext.xml files in selected parts of the classpath. + telling to look for refBeanContext.xml files in selected part of the classpath. Currently LAMS has only one refBeanContext.xml with one shared context definition. Lams_central uses only beans from the shared context "context.central". That is why there is no value in contextConfigLocation. @@ -24,13 +24,20 @@ If there are local (private for web application; see tools and admin for example) bean definitions, path to application context XML file can still be added to contextConfigLocation. --> + + + contextClass + org.jboss.spring.factory.VFSXmlWebApplicationContext + contextConfigLocation locatorFactorySelector - classpath*:/org/lamsfoundation/lams/**/beanRefContext.xml + classpath:/org/lamsfoundation/lams/beanRefContext.xml parentContextKey @@ -235,11 +242,6 @@ - PresenceChatLoggerServlet - org.lamsfoundation.lams.webservice.PresenceChatLoggerServlet - - - updateCollapsedGroup org.lamsfoundation.lams.web.UpdateCollapsedGroupServlet @@ -347,7 +349,6 @@ Instructions Download - Instructions Download download org.lamsfoundation.lams.contentrepository.client.ToolDownload @@ -361,15 +362,13 @@ AxisServlet - Apache-Axis Servlet org.apache.axis.transport.http.AxisServlet AdminServlet - Axis Admin Servlet org.apache.axis.transport.http.AdminServlet @@ -378,23 +377,20 @@ LoginRequest - LoginRequest Servlet For Integration org.lamsfoundation.lams.web.LoginRequestServlet LearningDesignRepository - LearningDesignRepository Servlet org.lamsfoundation.lams.webservice.xml.LearningDesignRepositoryServlet LessonManager - LessonManager Servlet org.lamsfoundation.lams.webservice.xml.LessonManagerServlet @@ -467,10 +463,6 @@ /fckeditor/editor/filemanager/upload/simpleuploader - PresenceChatLoggerServlet - /PresenceChatLogger - - updateCollapsedGroup /servlet/updateCollapsedGroup @@ -632,6 +624,7 @@ /admin.jsp /author.jsp /authoringConfirm.jsp + /community.jsp /editprofile.jsp /findUserLessons.jsp /findUserLessonsAutocomplete.jsp