Loading DLLs in Tomcat

2002-07-11 Thread Stephan Wiesner
I'm trying to load a DLL into a servlet. It works fine if I start the class as a standard Java file with a main-method. The very same class generates an error when used as a servlet though .-( There is no difference whether I use a relative or an absolut path: System.loadLibrary(hwapi.dll);

dlls for tomcat

2002-07-09 Thread Grinvald, Edward
Hello all, My application uses a dll through a JNI as one of the first things that get loaded. Tomcat is unable to find the dll when i start it through the startup scripts. However, if i add it in wrapper.properties under wrapper.ld_path, all is well. Which variable or which config file do i