Repository: cloudstack Updated Branches: refs/heads/master a864272ad -> 90287cc60
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/90287cc6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/90287cc6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/90287cc6 Branch: refs/heads/master Commit: 90287cc60aca81fb9a372584936c557d446739f9 Parents: a864272 Author: rayeesn <raye...@citrix.com> Authored: Tue Apr 8 07:12:58 2014 -0700 Committer: Frank.Zhang <frank.zh...@citrix.com> Committed: Wed Sep 10 14:40:56 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/90287cc6/packaging/centos63/cloud-usage.rc ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud-usage.rc b/packaging/centos63/cloud-usage.rc index ce44333..a03df5b 100755 --- a/packaging/centos63/cloud-usage.rc +++ b/packaging/centos63/cloud-usage.rc @@ -75,9 +75,9 @@ setJavaHome 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"