aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp/src/main/webapp
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2018-05-01 20:19:20 +0200
committerMartin Stockhammer <martin_s@apache.org>2018-05-01 20:19:20 +0200
commit8b16d7b24a805d80fee1e20ea58c9c310f037650 (patch)
tree7767ec40f8c5c884828115e1cde2d05c45d073b6 /archiva-modules/archiva-web/archiva-webapp/src/main/webapp
parentaa9f78d8138f12f29cc7b3775bfcea2e296ee874 (diff)
downloadarchiva-8b16d7b24a805d80fee1e20ea58c9c310f037650.tar.gz
archiva-8b16d7b24a805d80fee1e20ea58c9c310f037650.zip
Changing path for url cache
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/src/main/webapp')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml
index 0197c32d0..8fe71455f 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml
@@ -147,7 +147,7 @@
destroy-method="dispose">
<property name="diskExpiryThreadIntervalSeconds" value="600"/>
<property name="diskPersistent" value="true"/>
- <property name="diskStorePath" value="${java.io.tmpdir}/archiva/urlcache"/>
+ <property name="diskStorePath" value="${appserver.base}/tmp/urlcache"/>
<property name="maxElementsInMemory" value="1000"/>
<property name="memoryEvictionPolicy" value="LRU"/>
<property name="name" value="url-failures-cache"/>