You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2006/06/12 08:03:23 UTC

svn commit: r413586 - /james/server/trunk/phoenix-bin/bin/phoenix.sh

Author: norman
Date: Sun Jun 11 23:03:23 2006
New Revision: 413586

URL: http://svn.apache.org/viewvc?rev=413586&view=rev
Log:
Change to directory $PHOENIX_HOME/bin before start james to get sure the derbydb directory is created on the right place. 
Thx to Joachim Draeger for reporting this. See JAMES-527 

Modified:
    james/server/trunk/phoenix-bin/bin/phoenix.sh

Modified: james/server/trunk/phoenix-bin/bin/phoenix.sh
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-bin/bin/phoenix.sh?rev=413586&r1=413585&r2=413586&view=diff
==============================================================================
--- james/server/trunk/phoenix-bin/bin/phoenix.sh (original)
+++ james/server/trunk/phoenix-bin/bin/phoenix.sh Sun Jun 11 23:03:23 2006
@@ -133,6 +133,9 @@
   JVM_OPTS="$JVM_OPTS -Djava.security.manager"
 fi
 
+# change to the bin directory
+cd $PHOENIX_HOME/bin
+
 # Get the run cmd
 RUN_CMD="$JAVA_HOME/bin/java $JVM_OPTS \
     $JVM_OPTS \



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org