You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by de...@apache.org on 2005/06/30 16:29:41 UTC

svn commit: r202560 - /webservices/axis/trunk/java/modules/tool/script/start.bat

Author: deepal
Date: Thu Jun 30 07:29:39 2005
New Revision: 202560

URL: http://svn.apache.org/viewcvs?rev=202560&view=rev
Log:
modified to work with cureent bat files

Modified:
    webservices/axis/trunk/java/modules/tool/script/start.bat

Modified: webservices/axis/trunk/java/modules/tool/script/start.bat
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/script/start.bat?rev=202560&r1=202559&r2=202560&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/script/start.bat (original)
+++ webservices/axis/trunk/java/modules/tool/script/start.bat Thu Jun 30 07:29:39 2005
@@ -12,7 +12,7 @@
 
 :gotHome
 
-if exist "%AXIS_HOME%\bin\server.bat" goto okHome
+if exist "%AXIS_HOME%\bin\http-server.bat" goto okHome
 echo The AXIS_HOME environment variable is not defined correctly
 echo This environment variable is needed to run this program
 goto end
@@ -28,8 +28,8 @@
 mkdir "%REPO_FOLDER%\services"
 
 :okService
-set EXECUTABLE="%AXIS_HOME%\bin\server.bat"
+set EXECUTABLE="%AXIS_HOME%\bin\http-server.bat"
 
-call %EXECUTABLE% %REPO_FOLDER% 8080   
+call %EXECUTABLE% %REPO_FOLDER% 8080  
 
 :end