Index: lams_contentrepository/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/web/WEB-INF/Attic/web.xml,v diff -u -r1.6 -r1.7 --- lams_contentrepository/web/WEB-INF/web.xml 30 Nov 2005 02:34:30 -0000 1.6 +++ lams_contentrepository/web/WEB-INF/web.xml 24 Feb 2006 11:43:18 -0000 1.7 @@ -1,42 +1,35 @@ - - - - - - + + contextConfigLocation classpath:/org/lamsfoundation/lams/applicationContext.xml classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml - + + + + + + org.springframework.web.context.ContextLoaderListener - + action org.apache.struts.action.ActionServlet @@ -53,36 +46,117 @@ 0 + + + + + + Download file(s) + Download file + Download + org.lamsfoundation.lams.contentrepository.struts.action.Download + 1 + + + + Test Login + Test Login + TestLogin + org.lamsfoundation.lams.contentrepository.struts.action.TestLogin + + action *.do - - - - - Download file(s) - Download file - Download - org.lamsfoundation.lams.contentrepository.struts.action.Download - 1 - Download /download/* - - Test Login - Test Login + TestLogin - org.lamsfoundation.lams.contentrepository.struts.action.TestLogin - - - TestLogin /testlogin - + + 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-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 + + + + + +