diff options
author | knowcenter <knowcenter@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-06-05 11:27:38 +0000 |
---|---|---|
committer | knowcenter <knowcenter@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-06-05 11:27:38 +0000 |
commit | 66db0548651e4af91d3211eb6a6f4b49fe317eb7 (patch) | |
tree | 1f08a412a06b4b5f832b3e08a9b31a7f771d4e28 /webapp/WEB-INF/web.xml | |
parent | 34936c6465a60bc52b8f4bce00f4b4ceb583ac24 (diff) | |
download | pdf-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
Diffstat (limited to 'webapp/WEB-INF/web.xml')
-rw-r--r-- | webapp/WEB-INF/web.xml | 3 |
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>
|