You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by pz...@apache.org on 2006/05/19 19:36:55 UTC

svn commit: r407858 - /incubator/synapse/trunk/java/bin/synapse.bat

Author: pzf
Date: Fri May 19 10:36:55 2006
New Revision: 407858

URL: http://svn.apache.org/viewvc?rev=407858&view=rev
Log:
fix to make it easier to start synapse from anywhere

Modified:
    incubator/synapse/trunk/java/bin/synapse.bat

Modified: incubator/synapse/trunk/java/bin/synapse.bat
URL: http://svn.apache.org/viewvc/incubator/synapse/trunk/java/bin/synapse.bat?rev=407858&r1=407857&r2=407858&view=diff
==============================================================================
--- incubator/synapse/trunk/java/bin/synapse.bat (original)
+++ incubator/synapse/trunk/java/bin/synapse.bat Fri May 19 10:36:55 2006
@@ -84,7 +84,10 @@
 
 :runSynapse
 @echo on
+setlocal
+cd %SYNAPSE_HOME%
 "%_JAVACMD%" %_SYNAPSE_XML% -Daxis2.xml=%SYNAPSE_HOME%\synapse_repository\conf\axis2.xml -Djava.ext.dirs=%SYNAPSE_HOME%\lib;%EXT_DIRS%;%SYNAPSE_HOME% -cp %SYNAPSE_HOME%\lib org.apache.axis2.transport.http.SimpleHTTPServer %SYNAPSE_CMD_LINE_ARGS%
+endlocal
 goto end
 
 :end



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