Biblioteca Java - Blame information for rev 33

Subversion Repositories:
Rev:
Rev Author Line No. Line
33 mihai 1 <?xml version="1.0" encoding="UTF-8"?>
2 <web-app version="3.1" 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_3_1.xsd">
3     <servlet>
4         <servlet-name>AdunaServlet</servlet-name>
5         <servlet-class>com.utcn.aut.servlet.AdunaServlet</servlet-class>
6     </servlet>
7     <servlet-mapping>
8         <servlet-name>AdunaServlet</servlet-name>
9         <url-pattern>/AdunaServlet</url-pattern>
10     </servlet-mapping>
11     <session-config>
12         <session-timeout>
13             30
14         </session-timeout>
15     </session-config>
16 </web-app>