Hi, I am setting up a web application with Tomcat 4.0.6 (LE) with jdk1.4. I get the following error when i invoke the servlet from the jsp page. The jdbc driver used for connectivity to the the database loads a dll named ordbjni.dll using System.loadLibrary() . I have tried placing the jdbc driver and ordbjni.dll in TOMCAT_ROOT/common/lib folder but it does not work. java.lang.UnsatisfiedLinkError: no ordbjni in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1410) at java.lang.Runtime.loadLibrary0(Runtime.java:772) at java.lang.System.loadLibrary(System.java:832) at ordbjava.jdbc.ordbDriver.(ordbDriver.java:68) Pls suggest what should be done. Thanx in advance Shruti
