ic-proxy/src/main/webapp/WEB-INF/web.xml

9 lines
302 B
XML
Raw Normal View History

<web-app>
<servlet>
<servlet-name>org.gcube.informationsystem.icproxy.ICProxy</servlet-name>
</servlet>
<servlet-mapping>
<servlet-name>org.gcube.informationsystem.icproxy.ICProxy</servlet-name>
<url-pattern>/gcube/service/*</url-pattern>
</servlet-mapping>
</web-app>