2013-12-12 16:59:25 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-03-06 16:47:18 +01:00
|
|
|
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
|
|
|
|
http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
|
|
|
|
version="4.0">
|
2013-12-12 16:59:25 +01:00
|
|
|
<servlet>
|
2024-01-25 13:27:13 +01:00
|
|
|
<servlet-name>org.gcube.resourcemanagement.whnmanager.WHNManager</servlet-name>
|
|
|
|
|
2013-12-12 16:59:25 +01:00
|
|
|
</servlet>
|
|
|
|
<servlet-mapping>
|
2024-01-25 13:27:13 +01:00
|
|
|
<servlet-name>org.gcube.resourcemanagement.whnmanager.WHNManager</servlet-name>
|
|
|
|
<url-pattern>/*</url-pattern>
|
2013-12-12 16:59:25 +01:00
|
|
|
</servlet-mapping>
|
2024-01-25 13:27:13 +01:00
|
|
|
|
2013-12-12 16:59:25 +01:00
|
|
|
</web-app>
|