Sign in
apache
/
axis-axis2-java-core
/
refs/heads/java
/
.
/
post-1.1-trunk
/
modules
/
tool
/
script
/
tcp-server.sh
blob: 85a09219ab3798710a98d33c262a475aa946e27f [
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
.
tcp
.
TCPServer
$1 $2