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.

17 lines
625 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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"
version="3.0">
<servlet>
<description>
</description>
<display-name>DdasVREService</display-name>
<servlet-name>DdasVREService</servlet-name>
<servlet-class>org.gcube.portal.ddas.DdasVREService</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>DdasVREService</servlet-name>
<url-pattern>/pool</url-pattern>
</servlet-mapping>
</web-app>