Index: lams_monitoring/test/web/WEB-INF/web.xml =================================================================== diff -u -r79c858a92c17ab3ca404cab4a0cf6094254e68d5 -rfc085e0eda6c46d659c5b98f9ee9e29f495af042 --- lams_monitoring/test/web/WEB-INF/web.xml (.../web.xml) (revision 79c858a92c17ab3ca404cab4a0cf6094254e68d5) +++ lams_monitoring/test/web/WEB-INF/web.xml (.../web.xml) (revision fc085e0eda6c46d659c5b98f9ee9e29f495af042) @@ -1,30 +1,7 @@ - - - - - - + + javax.servlet.jsp.jstl.fmt.localizationContext org.lamsfoundation.lams.monitoring.MonitoringResources @@ -34,35 +11,35 @@ 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/learning/learningApplicationContext.xml classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml classpath:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml - classpath*:applicationContext.xml + classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml + + classpath:/org/lamsfoundation/lams/tool/mc/mcApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/noticeboard/applicationContext.xml + classpath:/org/lamsfoundation/lams/tool/qa/qaApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/sbmt/submitFilesApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/forum/forumApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml + + - - + + SystemSessionFilter + + org.lamsfoundation.lams.web.session.SystemSessionFilter + + + LocaleFilter + + org.lamsfoundation.lams.web.filter.LocaleFilter + + + HibernateFilter org.lamsfoundation.lams.util.CustomizedOpenSessionInViewFilter @@ -75,29 +52,17 @@ - + + SystemSessionFilter + /* + + LocaleFilter + /* + + HibernateFilter - *.do + /* HibernateFilter @@ -110,27 +75,18 @@ - - + action org.apache.struts.action.ActionServlet @@ -152,32 +108,20 @@ 2 - - - + action *.do + + performChosenGrouping + /monitoring/performChosenGrouping + + + createLesson + /monitoring/createLesson + + 120 @@ -196,86 +140,61 @@ --> - + + + + tags-bean + /WEB-INF/struts/tlds/struts-bean.tld + + + tags-html + /WEB-INF/struts/tlds/struts-html.tld + + + tags-logic + /WEB-INF/struts/tlds/struts-logic.tld + + + tags-tiles + /WEB-INF/struts/tlds/struts-tiles.tld + + + + + + tags-fmt + /WEB-INF/jstl/tlds/fmt.tld + + + tags-core + /WEB-INF/jstl/tlds/c.tld + + + tags-function + /WEB-INF/jstl/tlds/fn.tld + + + tags-xml + /WEB-INF/jstl/tlds/x.tld + + + + + + fck-editor + /WEB-INF/fckeditor/tlds/FCKeditor.tld + + + + + + tags-lams + /WEB-INF/lams.tld + + -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 ---> - - - http://jakarta.apache.org/struts/struts-bean - /WEB-INF/struts/struts-bean.tld - - - http://jakarta.apache.org/struts/struts-bean-el - /WEB-INF/struts/struts-bean-el.tld - - - http://jakarta.apache.org/struts/struts-html - /WEB-INF/struts/struts-html.tld - - - http://jakarta.apache.org/struts/struts-html-el - /WEB-INF/struts/struts-html-el.tld - - - http://jakarta.apache.org/struts/struts-logic - /WEB-INF/struts/struts-logic.tld - - - http://jakarta.apache.org/struts/struts-logic-el - /WEB-INF/struts/struts-logic-el.tld - - - http://jakarta.apache.org/struts/struts-template - /WEB-INF/struts/struts-template.tld - - - http://jakarta.apache.org/struts/struts-tiles - /WEB-INF/struts/struts-tiles.tld - - - - - http://java.sun.com/jstl/core - /WEB-INF/jstl/c.tld - - - http://java.sun.com/jstl/core_rt - /WEB-INF/jstl/c-rt.tld - - - http://java.sun.com/jstl/fmt - /WEB-INF/jstl/fmt.tld - - - http://java.sun.com/jstl/fmt_rt - /WEB-INF/jstl/fmt-rt.tld - - - http://java.sun.com/jstl/xml - /WEB-INF/jstl/x.tld - - - http://java.sun.com/jstl/xml_rt - /WEB-INF/jstl/x-rt.tld - -