aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway/service/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorj00302280 <j00101220@huawei.com>2016-10-15 18:31:30 +0800
committerj00302280 <j00101220@huawei.com>2016-10-15 18:31:30 +0800
commit20741a53067556f58c47e71b9c21be49c5007413 (patch)
tree7e6b18ba2688d14b041166f8235b26c0d369c5d2 /servicegateway/service/src/main/webapp/WEB-INF/web.xml
parente6eecebc32403f1c707f95469eeb12dc36c083c0 (diff)
Issue ID:GSO-21
Change-Id: Iae71bb72a829e0212f45fec9eb532e26f1a02a7f Signed-off-by: j00302280 <j00101220@huawei.com>
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>