diff options
-rw-r--r-- | tomcat/pdf-as.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tomcat/pdf-as.xml b/tomcat/pdf-as.xml index 36f809e..a4dde98 100644 --- a/tomcat/pdf-as.xml +++ b/tomcat/pdf-as.xml @@ -1 +1,5 @@ -<Context cookies="false" reloadable="true" path="pdf-as" docBase="C:\wprinz\Filer\egiz2\workspace\06PDF-AS\webapp" />
+<Context cookies="false" reloadable="true" path="pdf-as" docBase="<change this path>\06PDF-AS\webapp">
+
+ <Parameter name="work-dir" value="<change this path>\06PDF-AS\work" override="false"/>
+
+</Context>
|