diff options
Diffstat (limited to 'webapp/WEB-INF')
-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>
|