File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
target/m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 3
3
"http://java.sun.com/dtd/web-app_2_3.dtd" >
4
4
5
5
<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 >
7
27
</web-app >
Original file line number Diff line number Diff line change 1
1
# Generated by Maven Integration for Eclipse
2
- # Sat Aug 18 17:56:00 PET 2012
2
+ # Sat Aug 18 17:57:25 PET 2012
3
3
version =1.0
4
4
groupId =com.mycompany
5
5
m2e.projectName =calculonotas
You can’t perform that action at this time.
0 commit comments