aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway/service/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-10-15 09:37:30 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-15 09:37:30 +0000
commitc269b4a41920f11ae4c1983c745b410de0fdefcb (patch)
tree408b9316036c600a826db224fc8395e646c97cca /servicegateway/service/src/main/webapp/WEB-INF/web.xml
parent044aaaa01c29c34b18c2370e81a8e5b6252782dd (diff)
parent3c9a168c22cf24c0a400374acc16348aafbcb4bd (diff)
Merge "Issue ID :GSO-21"
Diffstat (limited to 'servicegateway/service/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--servicegateway/service/src/main/webapp/WEB-INF/web.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/servicegateway/service/src/main/webapp/WEB-INF/web.xml b/servicegateway/service/src/main/webapp/WEB-INF/web.xml
index 59f35929..174ba383 100644
--- a/servicegateway/service/src/main/webapp/WEB-INF/web.xml
+++ b/servicegateway/service/src/main/webapp/WEB-INF/web.xml
@@ -23,6 +23,10 @@
<servlet-name>CXFServlet</servlet-name>
<servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
<load-on-startup>1</load-on-startup>
+ <init-param>
+ <param-name>hide-service-list-page</param-name>
+ <param-value>true</param-value>
+ </init-param>
</servlet>
<servlet-mapping>
<servlet-name>CXFServlet</servlet-name>