aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r--WebContent/WEB-INF/web.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 7b6caf4c..f6c4986e 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
<display-name>MUSIC</display-name>
+ <!--
<listener>
- <listener-class>
- org.onap.music.main.PropertiesListener
- </listener-class>
+ <listener-class>
+ org.onap.music.main.PropertiesListener
+ </listener-class>
</listener>
+ -->
<listener>
- <listener-class>
- org.onap.music.main.CronJobManager
- </listener-class>
+ <listener-class>
+ org.onap.music.main.CronJobManager
+ </listener-class>
</listener>
<servlet>
<servlet-name>music-servlet</servlet-name>