CLOUDSTACK-1977: Add management setup directory to classpath This way the DB upgrade process can locate the SQL files
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3cd71354 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3cd71354 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3cd71354 Branch: refs/heads/4.1 Commit: 3cd71354ed31f09d43fb91e25b998047c9855632 Parents: c69a62f Author: Wido den Hollander <w...@42on.com> Authored: Thu Apr 18 21:32:08 2013 +0200 Committer: Wido den Hollander <w...@42on.com> Committed: Thu Apr 18 21:32:45 2013 +0200 ---------------------------------------------------------------------- packaging/debian/init/cloud-management | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3cd71354/packaging/debian/init/cloud-management ---------------------------------------------------------------------- diff --git a/packaging/debian/init/cloud-management b/packaging/debian/init/cloud-management index 1e00831..8431eec 100755 --- a/packaging/debian/init/cloud-management +++ b/packaging/debian/init/cloud-management @@ -125,7 +125,7 @@ fi # Define other required variables CATALINA_PID="/var/run/$NAME.pid" BOOTSTRAP_CLASS=org.apache.catalina.startup.Bootstrap -JSVC_CLASSPATH="/usr/share/java/commons-daemon.jar:$CATALINA_HOME/bin/bootstrap.jar:/etc/cloudstack/management" +JSVC_CLASSPATH="/usr/share/java/commons-daemon.jar:$CATALINA_HOME/bin/bootstrap.jar:/etc/cloudstack/management:/usr/share/cloudstack-management/setup" # Look for Java Secure Sockets Extension (JSSE) JARs if [ -z "${JSSE_HOME}" -a -r "${JAVA_HOME}/jre/lib/jsse.jar" ]; then