Index: lams_learning/test/web/WEB-INF/web.xml =================================================================== diff -u -r4e143f1522cf63a2c32a7cb22a3c1ea57853284b -rfc085e0eda6c46d659c5b98f9ee9e29f495af042 --- lams_learning/test/web/WEB-INF/web.xml (.../web.xml) (revision 4e143f1522cf63a2c32a7cb22a3c1ea57853284b) +++ lams_learning/test/web/WEB-INF/web.xml (.../web.xml) (revision fc085e0eda6c46d659c5b98f9ee9e29f495af042) @@ -1,29 +1,6 @@ - - - - - + javax.servlet.jsp.jstl.fmt.localizationContext org.lamsfoundation.lams.learning.LearningResources @@ -35,7 +12,14 @@ classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml classpath:/org/lamsfoundation/lams/tool/toolApplicationContext.xml classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.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 + @@ -44,28 +28,7 @@ - - - + HibernateFilter org.springframework.orm.hibernate3.support.OpenSessionInViewFilter @@ -78,26 +41,20 @@ - HibernateFilter *.do @@ -107,34 +64,23 @@ *.jsp + + SystemSessionFilter + /* + + + + LocaleFilter + /* + + - - - + context org.springframework.web.context.ContextLoaderServlet 1 @@ -161,30 +107,43 @@ 2 - - - action - *.do + exportNotSupported + /exportNotSupported @@ -198,111 +157,101 @@ --> - + + + + + + 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 + + - + + + Secure Content + /* + + + LEARNER + TEACHER + STAFF + AUTHOR + ADMIN + SYSADMIN + + -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. + + + Export + /portfolioExport + + + AUTHOR + LEARNER + + -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. + + + FORM + LAMS + + /login.jsp + /login.jsp + + -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 - - - -