Index: lams_admin/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/Attic/web.xml,v
diff -u -r1.4 -r1.5
--- lams_admin/web/WEB-INF/web.xml 4 Nov 2005 06:04:35 -0000 1.4
+++ lams_admin/web/WEB-INF/web.xml 21 Feb 2006 08:24:35 -0000 1.5
@@ -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
+
+