Sign in
apache
/
axis-axis2-java-core
/
refs/heads/java
/
.
/
post-1.1-trunk
/
modules
/
tool
/
script
/
http-server.sh
blob: b5e86c55475e402a18e4140b0f32f5dc99bc70df [
file
]
#!/bin/sh
export AXIS2_HOME
=..
for
f
in
$AXIS2_HOME
/
lib
/*.
jar
do
AXIS2_CLASSPATH
=
$AXIS2_CLASSPATH
:
$f
done
export AXIS2_CLASSPATH
echo the classpath $AXIS2_CLASSPATH
java
-
classpath $AXIS2_CLASSPATH org
.
apache
.
axis2
.
transport
.
http
.
SimpleHTTPServer
$
*