change url for check if axis is ready

This commit is contained in:
Andreas Schamberger 2013-08-24 10:53:24 +02:00
parent dc3fcaf81f
commit 8e305da9c0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ cp -r $DIR/../AxisInterop/axis_services/* $AXIS_DIR/repository/services
$AXIS_DIR/bin/axis2server.sh&
echo "Waiting until Axis is ready on port 8080"
while [[ -z `curl -s 'http://localhost:8080' ` ]]
while [[ -z `curl -s 'http://localhost:8080/axis2/services/' ` ]]
do
echo -n "."
sleep 2s