Author: norman
Date: Sun Jun 11 23:47:56 2006
New Revision: 413590

URL: http://svn.apache.org/viewvc?rev=413590&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/branches/v2.3/phoenix-bin/bin/phoenix.sh

Modified: james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh
URL: 
http://svn.apache.org/viewvc/james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh?rev=413590&r1=413589&r2=413590&view=diff
==============================================================================
--- james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh (original)
+++ james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh Sun Jun 11 23:47:56 
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