Updated Branches:
  refs/heads/4.1 c69a62fa5 -> 3cd71354e
  refs/heads/master ce8c2eb8a -> 9573f51d3


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/9573f51d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9573f51d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9573f51d

Branch: refs/heads/master
Commit: 9573f51d3b5c79209262c398c4f13897ceaa19a8
Parents: ce8c2eb
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:08 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/9573f51d/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

Reply via email to