Subject Embedded jaybird in Tomcat
Author upayavira
Hi,

I'm trying to get embedded firebird to work within Tomcat on Windows.

I've had the embedded mode working from Java code. Then I found that I
needed to put the jar and dlls into %CATALINA_HOME%\share\lib, and put
%CATALINA_HOME%\share\lib into my java.library.path, in order to
prevent "already loaded by another classloader" exceptions. However,
for some reason, I'm now getting a "no jaybird in java.library.path"
error, very early on in Tomcat's startup, even though it most
certainly is there, and is also available on my environment path.

Any ideas what might be going wrong? Things to check out?

Regards, Upayavira