ArenMg/src/main/webapp/WEB-INF/web.xml
2021-04-16 11:34:24 +03:00

16 lines
541 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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_3_1.xsd"
version="3.0">
<display-name>AREN</display-name>
<description>
AREN is an application that handle online debate.
</description>
<session-config>
<session-timeout>60</session-timeout>
</session-config>
</web-app>