Skip to content
Snippets Groups Projects
Commit 63464338 authored by felmer's avatar felmer
Browse files

LMS-1552 fix integration tests: apache-tomcat -> jetty

SVN: 16669
parent 1eb94e9f
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment