You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/10/19 05:52:38 UTC

svn commit: r465462 - in /webservices/axis2/branches/java/1_1/modules/tool/script: http-server.bat http-server.sh simpleaxisserver.bat simpleaxisserver.sh

Author: thilina
Date: Wed Oct 18 20:52:37 2006
New Revision: 465462

URL: http://svn.apache.org/viewvc?view=rev&rev=465462
Log:
Changing the scripts to use SimpleAxisServer instead of SimpleHttpServer

Added:
    webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.bat
      - copied, changed from r465202, webservices/axis2/branches/java/1_1/modules/tool/script/http-server.bat
    webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.sh
      - copied, changed from r465202, webservices/axis2/branches/java/1_1/modules/tool/script/http-server.sh
Removed:
    webservices/axis2/branches/java/1_1/modules/tool/script/http-server.bat
    webservices/axis2/branches/java/1_1/modules/tool/script/http-server.sh

Copied: webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.bat (from r465202, webservices/axis2/branches/java/1_1/modules/tool/script/http-server.bat)
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.bat?view=diff&rev=465462&p1=webservices/axis2/branches/java/1_1/modules/tool/script/http-server.bat&r1=465202&p2=webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.bat&r2=465462
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/script/http-server.bat (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.bat Wed Oct 18 20:52:37 2006
@@ -55,7 +55,7 @@
 echo Using JAVA_HOME:    %JAVA_HOME%
 set _RUNJAVA="%JAVA_HOME%\bin\java"
 
-%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% org.apache.axis2.transport.http.SimpleHTTPServer %*
+%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% org.apache.axis2.transport.SimpleAxisServer  -repo $AXIS2_HOME\repository -conf $AXIS2_HOME\conf\axis2.xml %*
 endlocal
 :end
 

Copied: webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.sh (from r465202, webservices/axis2/branches/java/1_1/modules/tool/script/http-server.sh)
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.sh?view=diff&rev=465462&p1=webservices/axis2/branches/java/1_1/modules/tool/script/http-server.sh&r1=465202&p2=webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.sh&r2=465462
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/script/http-server.sh (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/script/simpleaxisserver.sh Wed Oct 18 20:52:37 2006
@@ -9,4 +9,4 @@
 export AXIS2_CLASSPATH
 
 echo the classpath $AXIS2_CLASSPATH
-java -classpath $AXIS2_CLASSPATH org.apache.axis2.transport.http.SimpleHTTPServer $*
+java -classpath $AXIS2_CLASSPATH org.apache.axis2.transport.SimpleAxisServer -repo $AXIS2_HOME/repository -conf $AXIS2_HOME/conf/axis2.xml $*



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