diff options
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 3bab5589..7b6caf4c 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -6,6 +6,11 @@ org.onap.music.main.PropertiesListener </listener-class> </listener> + <listener> + <listener-class> + org.onap.music.main.CronJobManager + </listener-class> + </listener> <servlet> <servlet-name>music-servlet</servlet-name> <servlet-class> |