Skip to content

Commit 4e85882

Browse files
committed
olvide el web.xml
1 parent e90e24d commit 4e85882

File tree

2 files changed

+22
-2
lines changed
  • calculonotas
    • src/main/webapp/WEB-INF
    • target/m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas

2 files changed

+22
-2
lines changed

calculonotas/src/main/webapp/WEB-INF/web.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,25 @@
33
"http://java.sun.com/dtd/web-app_2_3.dtd" >
44

55
<web-app>
6-
<display-name>Archetype Created Web Application</display-name>
6+
<display-name>Webservice Cliente</display-name>
7+
8+
<context-param>
9+
<param-name>contextConfigLocation</param-name>
10+
<param-value>/WEB-INF/applicationContext.xml</param-value>
11+
</context-param>
12+
13+
<listener>
14+
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
15+
</listener>
16+
17+
<servlet>
18+
<servlet-name>CXFServlet</servlet-name>
19+
<servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
20+
<load-on-startup>1</load-on-startup>
21+
</servlet>
22+
23+
<servlet-mapping>
24+
<servlet-name>CXFServlet</servlet-name>
25+
<url-pattern>/*</url-pattern>
26+
</servlet-mapping>
727
</web-app>

calculonotas/target/m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas/pom.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven Integration for Eclipse
2-
#Sat Aug 18 17:56:00 PET 2012
2+
#Sat Aug 18 17:57:25 PET 2012
33
version=1.0
44
groupId=com.mycompany
55
m2e.projectName=calculonotas

0 commit comments

Comments
 (0)