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