summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/src/main/config/runner-web.xml
blob: ca0c5e234022b3f3b5b18632479f793ce4e310b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. -->
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
	metadata-complete="false" version="3.0">

	 <servlet>
		<servlet-name>PortalRestAPIProxy</servlet-name>
		<servlet-class>org.openecomp.portalsdk.core.onboarding.crossapi.PortalRestAPIProxy</servlet-class>
	</servlet>  
	

	
</web-app>