Index: lams_central/web/WEB-INF/web.xml =================================================================== diff -u -r173cdc1b5b46c5be942d109e296c1ab9bab88644 -r21a863a43f70c5031702508737bc34e7323e1d36 --- lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 173cdc1b5b46c5be942d109e296c1ab9bab88644) +++ lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 21a863a43f70c5031702508737bc34e7323e1d36) @@ -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 + +