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/15 10:46:15 UTC

svn commit: r414508 - /james/server/trunk/phoenix-bin/bin/run.bat

Author: norman
Date: Thu Jun 15 01:46:15 2006
New Revision: 414508

URL: http://svn.apache.org/viewvc?rev=414508&view=rev
Log:
Forgot to change the .bat file too. Now it should be fixed for windows too. Thx to Stefano to reporting it. See JAMES-527

Modified:
    james/server/trunk/phoenix-bin/bin/run.bat

Modified: james/server/trunk/phoenix-bin/bin/run.bat
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-bin/bin/run.bat?rev=414508&r1=414507&r2=414508&view=diff
==============================================================================
--- james/server/trunk/phoenix-bin/bin/run.bat (original)
+++ james/server/trunk/phoenix-bin/bin/run.bat Thu Jun 15 01:46:15 2006
@@ -85,6 +85,9 @@
 rem uncomment to get enable remote debugging
 rem set DEBUG=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y
 
+rem change to the bin directory
+cd %PHOENIX_HOME%\bin
+
 rem Kicking the tires and lighting the fires!!!
 "%PHOENIX_JAVACMD%" %DEBUG% "-Djava.ext.dirs=%PHOENIX_HOME%\lib;%PHOENIX_HOME%\tools\lib" "-Dphoenix.home=%PHOENIX_HOME%" "-Djava.security.policy=jar:file:%PHOENIX_HOME%/bin/phoenix-loader.jar!/META-INF/java.policy" %PHOENIX_JVM_OPTS% %PHOENIX_SM% -jar "%PHOENIX_HOME%\bin\phoenix-loader.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
 



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