aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint
diff options
context:
space:
mode:
authorsai-neetha <sai-neetha.phulmali@highstreet-technologies.com>2019-08-12 17:51:27 +0200
committersai-neetha <sai-neetha.phulmali@highstreet-technologies.com>2019-08-12 17:52:01 +0200
commitf6f34d5b2a197e57bab0db49cd8e7ad39df7b527 (patch)
treeeeb49595351dd1ba0a5d61e5c417a0390c0b1d66 /sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint
parented0e6be174e1445b6c47a69dccf25a642f17bdd7 (diff)
SDN-R odlux timing fix
fixing timing issue and added licenses in source files Issue-ID: SDNC-844 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I65f6b51f841074f9b8e88bf9b230038e0a224fd3
Diffstat (limited to 'sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint')
-rw-r--r--sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index 76be14512..5dab578de 100644
--- a/sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ b/sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -13,7 +13,17 @@ xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs">
<entry key="alias" value="/index2.html" />
</service-properties>
</service>
-
+
+ <bean id="indexServlet2"
+ class="org.onap.ccsdk.features.sdnr.wt.odlux.IndexServlet">
+ </bean>
+
+ <service interface="javax.servlet.http.HttpServlet" ref="indexServlet2">
+ <service-properties>
+ <entry key="alias" value="/favicon.ico" />
+ </service-properties>
+ </service>
+
<bean id="resFilesServlet"
class="org.onap.ccsdk.features.sdnr.wt.odlux.ResFilesServlet">
</bean>