i'm not seasoned on java, i'm trying setup cassandra datasource in lucee using "other obdc," , i'm hitting road blocks. believe need install - https://github.com/datastax/java-driver on server, i'm assuming has compiled jar, have no idea how do. , saved /opt/lucee/lib folder, know how do.
also, tried method explained in post - using apache cassandra in coldfusion, think jars older, , don't seem work i'm trying do.
any suggestions?
thanks.
i downloaded binary tarball http://www.datastax.com/download-drivers , installed jar files , dependencies (found in /lib) in lucee web-context (web-inf\lucee\lib) , restarted lucee.
<cfset clusterinit = createobject("java", "com.datastax.driver.core.cluster"> <!--- lists methods in cluster class ---> <cfdump var="#clusterinit#" abort="true"> this did not work when put jar files in server folder (lucee\lib) maybe want try that.
hope helps.
Comments
Post a Comment