From 8a27c576bbbeea95fc5a0e7b509ce68133619a05 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Sun, 31 Jul 2011 16:58:29 +0530 Subject: Renamed project and package com.gluster.storage.management.server to com.gluster.storage.management.gateway --- .../WebContent/WEB-INF/web.xml | 147 ++++++++++----------- 1 file changed, 67 insertions(+), 80 deletions(-) (limited to 'src/com.gluster.storage.management.server/WebContent') diff --git a/src/com.gluster.storage.management.server/WebContent/WEB-INF/web.xml b/src/com.gluster.storage.management.server/WebContent/WEB-INF/web.xml index e810c2ed..631788ff 100644 --- a/src/com.gluster.storage.management.server/WebContent/WEB-INF/web.xml +++ b/src/com.gluster.storage.management.server/WebContent/WEB-INF/web.xml @@ -1,86 +1,73 @@ - - glustermg - - index.html - index.htm - index.jsp - default.html - default.htm - default.jsp - - - - - contextConfigLocation - + + glustermg + + index.html + index.htm + index.jsp + default.html + default.htm + default.jsp + + + contextConfigLocation + classpath:spring/gluster-server-security.xml classpath:spring/gluster-server-base.xml - - - org.springframework.web.context.ContextLoaderListener - - - org.springframework.web.context.request.RequestContextListener - - - - - gluster-resources-1.0 - - com.sun.jersey.spi.spring.container.servlet.SpringServlet - - com.sun.jersey.config.property.packages - com.gluster.storage.management.server.resources.v1_0 - - - com.sun.jersey.spi.container.ResourceFilters - com.gluster.storage.management.server.filters.GlusterResourceFilterFactory - - 1 - - - gluster-resources-1.0 - /1.0/* - - - - - JnlpDownloadServlet - jnlp.sample.servlet.JnlpDownloadServlet - - - JnlpDownloadServlet - *.jnlp - - - JnlpDownloadServlet - *.jar - - - - - springSecurityFilterChain - + + + org.springframework.web.context.ContextLoaderListener + + + org.springframework.web.context.request.RequestContextListener + + + gluster-resources-1.0 + com.sun.jersey.spi.spring.container.servlet.SpringServlet + + com.sun.jersey.config.property.packages + com.gluster.storage.management.gateway.resources.v1_0 + + + com.sun.jersey.spi.container.ResourceFilters + com.gluster.storage.management.gateway.filters.GlusterResourceFilterFactory + + 1 + + + gluster-resources-1.0 + /1.0/* + + + JnlpDownloadServlet + jnlp.sample.servlet.JnlpDownloadServlet + + + JnlpDownloadServlet + *.jnlp + + + JnlpDownloadServlet + *.jar + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy - - - springSecurityFilterChain - /* - - - - - Gluster Management Gateway - /* - - - CONFIDENTIAL - - - + + + springSecurityFilterChain + /* + + + + Gluster Management Gateway + /* + + + CONFIDENTIAL + + + \ No newline at end of file -- cgit