Small fix to satisfy the xml validation requirements Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/84b92f89 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/84b92f89 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/84b92f89
Branch: refs/heads/disk_io_throttling Commit: 84b92f890ca1647f331da459fe09a28d8a4cecdb Parents: 202cd15 Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Mon Jun 17 11:25:22 2013 -0700 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Mon Jun 17 11:26:13 2013 -0700 ---------------------------------------------------------------------- awsapi/web/web.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/84b92f89/awsapi/web/web.xml ---------------------------------------------------------------------- diff --git a/awsapi/web/web.xml b/awsapi/web/web.xml index 7efe43d..5ded12b 100644 --- a/awsapi/web/web.xml +++ b/awsapi/web/web.xml @@ -22,16 +22,17 @@ <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> - - <listener> - <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> - </listener> + <display-name>CloudBridge</display-name> + <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml</param-value> </context-param> - <display-name>CloudBridge</display-name> + <listener> + <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> + </listener> + <servlet> <servlet-name>EC2MainServlet</servlet-name> <display-name>EC2 Main Servlet</display-name>