Repository: cloudstack
Updated Branches:
  refs/heads/4.3 7830a0f0f -> d672aecac


CLOUDSTACK-6360: adding mysql-connector to class path and it will be loaded 
while starting cloudstack-usage


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d672aeca
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d672aeca
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d672aeca

Branch: refs/heads/4.3
Commit: d672aecac9a65a3939844da7974284492ec5bc15
Parents: 7830a0f
Author: rayeesn <raye...@citrix.com>
Authored: Tue Apr 8 07:12:58 2014 -0700
Committer: Frank.Zhang <frank.zh...@citrix.com>
Committed: Tue Apr 8 16:08:10 2014 -0700

----------------------------------------------------------------------
 packaging/centos63/cloud-usage.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d672aeca/packaging/centos63/cloud-usage.rc
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud-usage.rc 
b/packaging/centos63/cloud-usage.rc
index a9b6047..e78f8c1 100755
--- a/packaging/centos63/cloud-usage.rc
+++ b/packaging/centos63/cloud-usage.rc
@@ -59,9 +59,9 @@ export JAVA_HOME
 SCP=""
 DCP=""
 UCP=`ls /usr/share/cloudstack-usage/cloud-usage-*.jar`":"`ls 
/usr/share/cloudstack-usage/lib/*.jar | tr '\n' ':'`
-JCP="/usr/share/java/commons-daemon.jar"
+JCP="/usr/share/java/commons-daemon.jar":"/usr/share/java/mysql-connector-java.jar"
 
-# We need to append the JSVC daemon JAR to the classpath
+# We need to append the JSVC daemon  and mysql-connector JAR to the classpath
 # AgentShell implements the JSVC daemon methods
 export CLASSPATH="$SCP:$DCP:$UCP:$JCP:/etc/cloudstack/usage"
 

Reply via email to