aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be
diff options
context:
space:
mode:
authorMurali Mohan Murthy Potham <murali.p@huawei.com>2017-08-16 13:14:10 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-16 13:14:10 +0000
commit5a318f0e5e8a1b13cd07fc2b61c7bbcb0953419a (patch)
tree0252d5357f6d23216842b62403852da933b49eda /vnfmarket-be
parent35a4112cd5706977f10fe554e03ab5073155d3e0 (diff)
parenta5b096d1f7039dc9bf69e56be8cf642c1ab1d071 (diff)
Merge "Remove MSB listener"
Diffstat (limited to 'vnfmarket-be')
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/src/main/webapp/WEB-INF/web.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/src/main/webapp/WEB-INF/web.xml b/vnfmarket-be/vnf-sdk-marketplace/src/main/webapp/WEB-INF/web.xml
index c7480d0b..7aedd58b 100644
--- a/vnfmarket-be/vnf-sdk-marketplace/src/main/webapp/WEB-INF/web.xml
+++ b/vnfmarket-be/vnf-sdk-marketplace/src/main/webapp/WEB-INF/web.xml
@@ -3,10 +3,7 @@
xmlns = "http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
- id = "WebApp_ID" version = "3.0">
- <listener>
- <listener-class>org.openo.vnfsdk.marketplace.msb.AppServletContextListener</listener-class>
- </listener>
+ id = "WebApp_ID" version = "3.0">
<servlet>
<servlet-name>Jersey RESTful Application</servlet-name>
<servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class>
@@ -40,4 +37,4 @@
<filter-name>CorsFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
-</web-app> \ No newline at end of file
+</web-app>