Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/web.xml @ 8:65ff6fcfee0c
Some Basic Stuff for WebProjects
gnv/trunk@84 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 14 Sep 2009 13:56:03 +0000 |
parents | 87bd9d0befc7 |
children | b11f941f7eb2 |
comparison
equal
deleted
inserted
replaced
7:fe6a64545552 | 8:65ff6fcfee0c |
---|---|
2 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" | 2 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" |
3 "http://java.sun.com/dtd/web-app_2_3.dtd" > | 3 "http://java.sun.com/dtd/web-app_2_3.dtd" > |
4 | 4 |
5 <web-app> | 5 <web-app> |
6 <display-name>Archetype Created Web Application</display-name> | 6 <display-name>Archetype Created Web Application</display-name> |
7 <servlet> | |
8 <servlet-name>action</servlet-name> | |
9 <servlet-class>de.intevation.gnv.servlet.GNVActionServlet</servlet-class> | |
10 <init-param> | |
11 <param-name>config</param-name> | |
12 <!-- --> | |
13 <param-value>/WEB-INF/config/struts-config.xml</param-value> | |
14 </init-param> | |
15 <load-on-startup>1</load-on-startup> | |
16 </servlet> | |
17 <!-- Standard Action Servlet Mapping --> | |
18 <servlet-mapping> | |
19 <servlet-name>action</servlet-name> | |
20 <url-pattern>*.do</url-pattern> | |
21 </servlet-mapping> | |
7 </web-app> | 22 </web-app> |