Index: lams_central/web/WEB-INF/web.xml =================================================================== diff -u -r6c5caa649b8babd008c79ed43739a558d18f4576 -r84af64052b65a5a8f91e42f58f03e8362c5eb3de --- lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 6c5caa649b8babd008c79ed43739a558d18f4576) +++ lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 84af64052b65a5a8f91e42f58f03e8362c5eb3de) @@ -1,33 +1,114 @@ + - + + - - LAMS +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. - Learning Activity Management System - - - - log4jConfigLocation - /WEB-INF/log4j.xml - +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 +--> + + contextConfigLocation + + classpath:/org/lamsfoundation/lams/applicationContext.xml + classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml + classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml + classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml + classpath:/org/lamsfoundation/lams/workspace/workspaceApplicationContext.xml + + + + + org.springframework.web.context.ContextLoaderListener + + + + + + + + + + + + context + org.springframework.web.context.ContextLoaderServlet + 1 + + + + action + org.apache.struts.action.ActionServlet + + config + /WEB-INF/struts/struts-config.xml + + + debug + 999 + + + detail + 2 + + + validate + true + + 1 + + + Connector com.fredck.FCKeditor.connector.ConnectorServlet @@ -41,141 +122,150 @@ 1 - - - SimpleUploader - com.fredck.FCKeditor.uploader.SimpleUploaderServlet - - baseDir - /UserFiles/ - - - debug - true - - - enabled - false - - - AllowedExtensionsFile - - - - DeniedExtensionsFile - php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi - - - AllowedExtensionsImage - jpg|gif|jpeg|png|bmp - - - DeniedExtensionsImage - - - - AllowedExtensionsFlash - swf|fla - - - DeniedExtensionsFlash - - - 1 - + + - Connector - /fckeditor/editor/filemanager/browser/default/connectors/jsp/connector - - - SimpleUploader - /fckeditor/editor/filemanager/upload/simpleuploader - + action + *.do + - + + Connector + /editor/filemanager/browser/default/connectors/jsp/connector + - - - /WEB-INF/struts-bean.tld - - /WEB-INF/struts/struts-bean.tld - - - - /WEB-INF/struts-html.tld - - /WEB-INF/struts/struts-html.tld - - - - /WEB-INF/struts-logic.tld - - /WEB-INF/struts/struts-logic.tld - - - - /WEB-INF/struts-tiles.tld - - /WEB-INF/struts/struts-tiles.tld - - - - /WEB-INF/struts-bean-el.tld - - /WEB-INF/struts/struts-bean-el.tld - - - - /WEB-INF/struts-logic-el.tld - - /WEB-INF/struts/struts-logic-el.tld - - - - /WEB-INF/struts-html-el.tld - - /WEB-INF/struts/struts-html-el.tld - - - - /WEB-INF/struts-tiles-el.tld - - /WEB-INF/struts/struts-tiles-el.tld - - - - /WEB-INF/struts-nested.tld - - /WEB-INF/struts/struts-nested.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 - - + + 120 + + + + + + + + + + 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-bean-el + /WEB-INF/struts/tlds/struts-bean-el.tld + + + + tags-html-el + /WEB-INF/struts/tlds/struts-html-el.tld + + + + tags-logic-el + /WEB-INF/struts/tlds/struts-logic-el.tld + + + + tags-tiles-el + /WEB-INF/struts/tlds/struts-tiles-el.tld + + + + tags-c + /WEB-INF/struts/tlds/c.tld + + + + + + http://java.sun.com/jstl/fmt + /WEB-INF/JSTL/tlds/fmt.tld + + + + http://java.sun.com/jstl/fmt-rt + /WEB-INF/JSTL/tlds/fmt-rt.tld + + + + http://java.sun.com/jstl/core + /WEB-INF/JSTL/tlds/c.tld + + + + http://java.sun.com/jstl/core-rt + /WEB-INF/JSTL/tlds/c-rt.tld + + + + + + fck-editor + /WEB-INF/fckeditor/tlds/FCKeditor.tld + + + +