Index: lams_admin/web/WEB-INF/web.xml =================================================================== diff -u -r0e43e21301c93315b5e7959c30e892f93411787f -rcf0f2fa25a0c6ff2116f6a3310292e72beea2c64 --- lams_admin/web/WEB-INF/web.xml (.../web.xml) (revision 0e43e21301c93315b5e7959c30e892f93411787f) +++ lams_admin/web/WEB-INF/web.xml (.../web.xml) (revision cf0f2fa25a0c6ff2116f6a3310292e72beea2c64) @@ -3,8 +3,16 @@ - + LAMS +Learning Activity Management System + + contextConfigLocation + + classpath:/org/lamsfoundation/lams/applicationContext.xml + + + - + + + org.springframework.web.context.ContextLoaderListener + + + org.lamsfoundation.lams.web.SessionListener + + - + + 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 + + 2 + + + + action + *.do + + 120 @@ -51,11 +87,83 @@ --> - + + + + + 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 + +