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.
17 righe
573 B
17 righe
573 B
5 anni fa
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xmlns="http://java.sun.com/xml/ns/javaee"
|
||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||
|
id="WebApp_ID" version="2.5">
|
||
|
|
||
|
<servlet>
|
||
|
<servlet-name>FirmaServlet</servlet-name>
|
||
|
<servlet-class>it.tref.liferay.portos.firma.servlet.FirmaServlet</servlet-class>
|
||
|
</servlet>
|
||
|
|
||
|
<servlet-mapping>
|
||
|
<servlet-name>FirmaServlet</servlet-name>
|
||
|
<url-pattern>/firma-digit/*</url-pattern>
|
||
|
</servlet-mapping>
|
||
|
|
||
|
</web-app>
|