diff options
Diffstat (limited to 'webapp/WEB-INF')
-rw-r--r-- | webapp/WEB-INF/web.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webapp/WEB-INF/web.xml b/webapp/WEB-INF/web.xml index fb8d6f2..7c96b42 100644 --- a/webapp/WEB-INF/web.xml +++ b/webapp/WEB-INF/web.xml @@ -10,13 +10,13 @@ <display-name>PDF-AS</display-name>
<context-param>
- <param-name></param-name>
- <param-value>override this in your context file (pdf-as.xml)</param-value>
<description>
The working directory of PDF-AS.
Points to a directory on the local file system where templates, config files, certificates etc. are found.
If empty, the base of the web application will be chosen.
</description>
+ <param-name></param-name>
+ <param-value>override this in your context file (pdf-as.xml)</param-value>
</context-param>
<listener>
@@ -114,6 +114,9 @@ <url-pattern>/AsynchronousRedirectResponder</url-pattern>
</servlet-mapping>
+ <session-config>
+ <session-timeout>1</session-timeout>
+ </session-config>
</web-app>
\ No newline at end of file |