You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ic-proxy/src/main/webapp/WEB-INF/web.xml

9 lines
302 B
XML

<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>