summaryrefslogtreecommitdiff
path: root/java/broker/etc
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker/etc')
-rw-r--r--java/broker/etc/config-systests-derby.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/broker/etc/config-systests-derby.xml b/java/broker/etc/config-systests-derby.xml
index 2efc458e26..e9cfa04ab5 100644
--- a/java/broker/etc/config-systests-derby.xml
+++ b/java/broker/etc/config-systests-derby.xml
@@ -96,6 +96,7 @@
<localhost>
<store>
<class>org.apache.qpid.server.store.DerbyMessageStore</class>
+ <environment-path>${work}/derbyDB/localhost-store</environment-path>
</store>
<housekeeping>
@@ -110,6 +111,7 @@
<development>
<store>
<class>org.apache.qpid.server.store.DerbyMessageStore</class>
+ <environment-path>${work}/derbyDB/development-store</environment-path>
</store>
</development>
</virtualhost>
@@ -119,6 +121,7 @@
<test>
<store>
<class>org.apache.qpid.server.store.DerbyMessageStore</class>
+ <environment-path>${work}/derbyDB/test-store</environment-path>
</store>
</test>
</virtualhost>