We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a512b78 commit 1ec77ecCopy full SHA for 1ec77ec
1 file changed
packaging/centos63/cloud-usage.rc
@@ -59,9 +59,9 @@ export JAVA_HOME
59
SCP=""
60
DCP=""
61
UCP=`ls /usr/share/cloudstack-usage/cloud-usage-*.jar`":"`ls /usr/share/cloudstack-usage/lib/*.jar | tr '\n' ':'`
62
-JCP="/usr/share/java/commons-daemon.jar"
+JCP="/usr/share/java/commons-daemon.jar":"/usr/share/java/mysql-connector-java.jar"
63
64
-# 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
65
# AgentShell implements the JSVC daemon methods
66
export CLASSPATH="$SCP:$DCP:$UCP:$JCP:/etc/cloudstack/usage"
67
0 commit comments