I am using tomcat 4.1.24 and want to use native c-code with JNI.
I have a shared library installed in an oracle subdirectory that is added to the LD_LIBRARY_PATH
when Apache is started (apachectl) but when I restart tomcat this directory is no longer in it
which leads to a
java.lang.UnsatisfiedLinkError:
error. Where can I modify the LD_LIBRARY_PATH within tomcat ? When I restart Apache, the LD_LIBRARY_PATH is correct but I get a
ClassDefNotFound exeception
for the class that calls the c-interface (IprShellInterface.class package com.mot.sps.ipr.common).
I have installed that class in CATALINA_HOME/common/classes/com/mot/sps/ipr/common/IprShellInterface.class.
I called that class successfully before but now I seemed to have run into a deadlock.
Can anyone help?
Thanks Astrid
