Hello Matt ! Thanks for answering so promptly !
If dropping the 3rd party JARs into WEB-INF/lib should work, then I guess I have run into another issue ... I import - and use - JSP Tags of the Java-based Server Framework like so: - <cfimport taglib="/WEB-INF/iscTaglib.xml" prefix="isomorphic" /> - <isomorphic:loadISC skin="Graphite" /> I just saw in the OpenBD Docs: - No documentation available for 'cfimport' The same procedure worked for Adobe ColdFusion (server configuration using JRun) and Railo/TomCat though ... Perhaps OpenBD cannot import and use JSP Tags like this ? Cheers and Tschüss Kai On May 17, 5:02 pm, Matthew Woodward <[email protected]> wrote: > On Tue, May 17, 2011 at 7:47 AM, verlsnake <[email protected]> wrote: > > One way for doing this integration could be: > > - Copying all JARs needed by the Java-based Server Framework into > > '<OpenBD_HOME>\WEB-INF\lib' > > This is the standard way to do it. > > > - In the OpenBD Administrator, I cannot find any 'Java Class Path' > > that lists all the copied 3rd party JARs > > That's because that's handled at the Tomcat level. OpenBD is itself a > Java webapp so it really has no control over its classpath in the way > you're describing. > > > 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. > > Did dropping them in WEB-INF/lib not work? > > -- > Matthew Woodward > [email protected]http://blog.mattwoodward.com > identi.ca / Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, > PowerPoint, etc. as > attachments.http://www.gnu.org/philosophy/no-word-attachments.html -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
