Add collaboration feature
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / notifications-fe / src / main / webapp / WEB-INF / jetty-web.xml
1 <?xml version="1.0"  encoding="UTF-8"?>
2 <!DOCTYPE Configure PUBLIC
3         "-//Mort Bay Consulting//DTD Configure//EN"
4         "http://www.eclipse.org/jetty/configure_9_0.dtd">
5
6 <Configure class="org.eclipse.jetty.webapp.WebAppContext">
7     <Set name="contextPath">/notification-api</Set>
8 </Configure>