aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknowcenter <knowcenter@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2007-06-05 11:27:38 +0000
committerknowcenter <knowcenter@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2007-06-05 11:27:38 +0000
commit66db0548651e4af91d3211eb6a6f4b49fe317eb7 (patch)
tree1f08a412a06b4b5f832b3e08a9b31a7f771d4e28
parent34936c6465a60bc52b8f4bce00f4b4ceb583ac24 (diff)
downloadpdf-as-3-66db0548651e4af91d3211eb6a6f4b49fe317eb7.tar.gz
pdf-as-3-66db0548651e4af91d3211eb6a6f4b49fe317eb7.tar.bz2
pdf-as-3-66db0548651e4af91d3211eb6a6f4b49fe317eb7.zip
changed the text and value of the work-dir parameter in favor of the pdf-as.xml
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@123 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r--webapp/WEB-INF/web.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/WEB-INF/web.xml b/webapp/WEB-INF/web.xml
index 14184ff..bc9f02e 100644
--- a/webapp/WEB-INF/web.xml
+++ b/webapp/WEB-INF/web.xml
@@ -11,10 +11,11 @@
<context-param>
<param-name>work-dir</param-name>
- <param-value>C:\wprinz\Filer\egiz2\workspace\06PDF-AS\work</param-value>
+ <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>
</context-param>