You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2008/10/20 03:22:32 UTC

svn commit: r706096 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Author: ctan
Date: Sun Oct 19 18:22:32 2008
New Revision: 706096

URL: http://svn.apache.org/viewvc?rev=706096&view=rev
Log:
[CONTINUUM-1938] comment out systemProperty derby.system.home as it moves the database inside logs/ if CONTINUUM_BASE is not set

Modified:
    continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Modified: continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml?rev=706096&r1=706095&r2=706096&view=diff
==============================================================================
--- continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml (original)
+++ continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml Sun Oct 19 18:22:32 2008
@@ -225,7 +225,9 @@
                 <systemProperties>
                   <systemProperty>appserver.home=.</systemProperty>
                   <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
+                  <!-- can't set this at present, it moves the database if CONTINUUM_BASE is not set
                   <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
+                  -->
                   <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
                   <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
                 </systemProperties>