From d9717113bbfb9e4174a96dac211b5524f640a4c8 Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Wed, 24 Mar 2010 10:26:13 +0000 Subject: [PATCH] added the copy of server.xml from the previous version SVN: 15256 --- openbis_all/source/bash/sprint_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh index 5d8d3d3f6cf..5e89e56cba8 100755 --- a/openbis_all/source/bash/sprint_install.sh +++ b/openbis_all/source/bash/sprint_install.sh @@ -66,6 +66,7 @@ if [ -f $KEYSTORE ]; then mv -f new-startup.sh apache-tomcat/bin/startup.sh chmod 744 apache-tomcat/bin/startup.sh fi +cp ~openbis/$SERVERS_PREV_VER/openBIS-server/apache-tomcat/conf/server.xml ~openbis/$SERVERS_VER/openBIS-server/apache-tomcat/conf/server.xml #apache-tomcat/bin/startup.sh echo Installing datastore server... -- GitLab