X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=58956dc75bdbcd865e86d7b34854a4260cf5a576;hb=c9ab36896bc1927119031c855e2409699f06bae0;hp=29499de2f343925a18cc74c87b0b194059c39fc1;hpb=4e94bc28de731b537f150dd0cb662b0d86b42d8e;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/web.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/web.xml index 29499de2f..58956dc75 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/web.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/web.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" + version="2.5"> SLC Web Application @@ -42,12 +42,29 @@ *.xslt + + doc + + org.springframework.web.servlet.DispatcherServlet + + + + + doc + *.xls + + + doc + *.pdf + + contextConfigLocation /WEB-INF/applicationContext.xml + Spring Context org.springframework.web.context.ContextLoaderListener @@ -57,8 +74,35 @@ *.jsp ISO-8859-1 - /WEB-INF/specific/prelude.jspf + + /WEB-INF/specific/prelude.jspf + /WEB-INF/specific/coda.jspf + + + + jdbc/mainDs + + javax.sql.DataSource + + + + + + Log4j + + org.springframework.web.util.Log4jConfigListener + + + + log4jConfigLocation + /WEB-INF/classes/log4j.properties + + + log4jRefreshInterval + 5000 + +