Help!
I am trying to access some embedded SQL from Java Server pages - basically
jsp+Tomcat calling beans, which go through JNI to call embedded SQL
(Unify) - which in turn has been translated to C and compiled into a shared
object (Linux).

Everything works fine without jsp & Tomcat - I have tested the beans out
using Junit - www.junit.org.  Unfortunately the code does not work at all
with Tomcat 3.0.  I have established that the C code is running OK, and that
has been passed all the environment variables that the embedded SQL expects.
I think that the embedded SQL involves spawning another process - maybe JNI
isn't allowed to do this under Tomcat?


Any help apprciated.


Regards,


Simon Crase

Reply via email to