Skip to content

Commit 84b92f8

Browse files
committed
Small fix to satisfy the xml validation requirements
1 parent 202cd15 commit 84b92f8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

awsapi/web/web.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@
2222
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
2323

2424
<web-app>
25-
26-
<listener>
27-
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
28-
</listener>
25+
<display-name>CloudBridge</display-name>
26+
2927
<context-param>
3028
<param-name>contextConfigLocation</param-name>
3129
<param-value>classpath:applicationContext.xml</param-value>
3230
</context-param>
3331

34-
<display-name>CloudBridge</display-name>
32+
<listener>
33+
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
34+
</listener>
35+
3536
<servlet>
3637
<servlet-name>EC2MainServlet</servlet-name>
3738
<display-name>EC2 Main Servlet</display-name>

0 commit comments

Comments
 (0)