diff --git a/integration-tests/common.bash b/integration-tests/common.bash index fb9cab7250d6a217ce011bf5d87089ff9a3929c2..4e87c01c2d5427a80e7cff07a7de51b218b7e339 100755 --- a/integration-tests/common.bash +++ b/integration-tests/common.bash @@ -389,13 +389,13 @@ function install_openbis_server { function startup_openbis_server { - call_in_dir bin/startup.sh $OPENBIS_SERVER/apache-tomcat + call_in_dir bin/startup.sh $OPENBIS_SERVER/jetty wait_for_server } function shutdown_openbis_server { if [ "`check_server_port`" != "" ]; then - $OPENBIS_SERVER/apache-tomcat/bin/shutdown.sh + $OPENBIS_SERVER/jetty/bin/shutdown.sh fi }