Author: ruchithf
Date: Wed May 3 04:39:55 2006
New Revision: 399268
URL: http://svn.apache.org/viewcvs?rev=399268&view=rev
Log:
Fixing http-server script to work on variable number of args
This usage is now supported : sh http-server.sh /path/to/repo -p 9090
Thanks Samisa for reporting this !
Modified:
webservices/axis2/trunk/java/modules/tool/script/http-server.sh
Modified: webservices/axis2/trunk/java/modules/tool/script/http-server.sh
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/script/http-server.sh?rev=399268&r1=399267&r2=399268&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/script/http-server.sh (original)
+++ webservices/axis2/trunk/java/modules/tool/script/http-server.sh Wed May 3
04:39:55 2006
@@ -9,4 +9,4 @@
export AXIS2_CLASSPATH
echo the classpath $AXIS2_CLASSPATH
-java -classpath $AXIS2_CLASSPATH
org.apache.axis2.transport.http.SimpleHTTPServer $1 $2
+java -classpath $AXIS2_CLASSPATH
org.apache.axis2.transport.http.SimpleHTTPServer $*