RE: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-12 Thread DURETTE, STEVEN J
f the webroot and not in a standard CF/Railo jar directory. Found these links that may be of help. https://github.com/markmandel/JavaLoader/wiki/Class-Loading http://www.bennadel.com/blog/424-loading-java-classes-with-coldfusion-runtime-java-javaproxy.htm Cf10, added a similar feature.

Re: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-11 Thread Byron Mann
Found these links that may be of help. https://github.com/markmandel/JavaLoader/wiki/Class-Loading http://www.bennadel.com/blog/424-loading-java-classes-with-coldfusion-runtime-java-javaproxy.htm Cf10, added a similar feature. https://wikidocs.adobe.com/wiki/display/coldfusionen/Enhanced+Java+

Re: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory

2015-02-11 Thread Dave Watts
> My brain isn’t working well today and this one has me stumped even after > googling for > hours. I need to be able to load some jar files in both CF9 and Railo 4.2. > Because of > rules imposed on me, I cannot put them in the standard jar directories (they > would > break cf/railo functio