Repository: cloudstack Updated Branches: refs/heads/4.4 a512b7847 -> c2b74c453
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/1ec77ec4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1ec77ec4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1ec77ec4 Branch: refs/heads/4.4 Commit: 1ec77ec4b8de3b20b276892b37c0670879454ce1 Parents: a512b78 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:07:20 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/1ec77ec4/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"