diff options
author | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-17 06:10:56 +0000 |
---|---|---|
committer | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-17 06:10:56 +0000 |
commit | 3d982813b34f6f230baf4a467cdc37ec92a77595 (patch) | |
tree | 85319d39cee2ded1bb7a2b2dd9e8ea37e3778248 /webapp/WEB-INF | |
parent | 07f6c8f33b2d700276fe6ec6339ff836c8710131 (diff) | |
download | pdf-as-3-3d982813b34f6f230baf4a467cdc37ec92a77595.tar.gz pdf-as-3-3d982813b34f6f230baf4a467cdc37ec92a77595.tar.bz2 pdf-as-3-3d982813b34f6f230baf4a467cdc37ec92a77595.zip |
Performance
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@167 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
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 |