Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
12 righe
569 B
12 righe
569 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<web-app id="WebApp_ID" version="2.5" 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_2_5.xsd"> |
|
<servlet> |
|
<servlet-name>Instrumentation</servlet-name> |
|
<servlet-class>it.mwg.sismica.fe.servlet.Instrumentation</servlet-class> |
|
</servlet> |
|
<servlet-mapping> |
|
<servlet-name>Instrumentation</servlet-name> |
|
<url-pattern>/instrumentation/*</url-pattern> |
|
</servlet-mapping> |
|
</web-app> |