Thu, 13 May 2021 11:28:50 +0200
#109 - add RSS feed
<?xml version="1.0" encoding="UTF-8"?> <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"> <session-config> <session-timeout> 30 </session-timeout> </session-config> <context-param> <param-name>available-languages</param-name> <param-value>en,de</param-value> </context-param> <resource-ref> <description>Application Database</description> <res-ref-name>jdbc/lightpit/app</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> <lookup-name>java:/jdbc/lightpit/app</lookup-name> </resource-ref> <error-page> <location>/error/generic</location> </error-page> </web-app>