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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to