I want to integrate a Java-based Server Framework with OpenBD; I am running OpenBD on Apache TomCat.
I have tried out Mark Mandel's JavaLoader.cfc; it does not function for my OpenBD installation. One way for doing this integration could be: - Copying all JARs needed by the Java-based Server Framework into '<OpenBD_HOME>\WEB-INF\lib' - Invoking '<cfscript lang="java" jarlist="#jarList#">', with 'jarList' containing a comma-delimited list of those 3rd party JARs - BUT: None of the needed classes is found and the Java-based Server Framework does NOT function properly - In the OpenBD Administrator, I cannot find any 'Java Class Path' that lists all the copied 3rd party JARs So my question is: How can I make this use case work for OpenBD/ TomCat ? Either let OpenBD/TomCat pick up 3rd party JARs statically; or load-class them dynamically. -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
