Index: lams_admin/web/WEB-INF/web.xml =================================================================== diff -u -r001568fdeabd68c6ba46398e0ae42328fe64f5db -r62ffc2985a40f544eb48a69f2ad7f124b19a43fa --- lams_admin/web/WEB-INF/web.xml (.../web.xml) (revision 001568fdeabd68c6ba46398e0ae42328fe64f5db) +++ lams_admin/web/WEB-INF/web.xml (.../web.xml) (revision 62ffc2985a40f544eb48a69f2ad7f124b19a43fa) @@ -6,27 +6,107 @@ LAMS Learning Activity Management System + + javax.servlet.jsp.jstl.fmt.localizationContext + org.lamsfoundation.lams.admin.applicationResources + + + contextConfigLocation 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:/org/lamsfoundation/lams/contentrepository/applicationContext.xml - + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +USA + +http://www.gnu.org/licenses/gpl.txt +--> + + SystemSessionFilter + + org.lamsfoundation.lams.web.session.SystemSessionFilter + + + + LocaleFilter + + org.lamsfoundation.lams.web.filter.LocaleFilter + + + + HibernateFilter + org.lamsfoundation.lams.util.CustomizedOpenSessionInViewFilter + + sessionFactoryBeanName + coreSessionFactory + + + singleSession + true + + + + + + SystemSessionFilter + /* + + + LocaleFilter + /* + + + HibernateFilter + /* + + + HibernateFilter + *.jsp + + org.springframework.web.context.ContextLoaderListener @@ -164,6 +244,14 @@ /WEB-INF/fckeditor/tlds/FCKeditor.tld + + + + + tags-lams + /WEB-INF/lams.tld + +