RE: Using Sun JAI with Tomcat

2003-07-29 Thread Shapira, Yoav
Howdy, Don't DLLs usually end in .dll, rather than .jar? So they won't get loaded even if you put them in shared/lib (or any of tomcat's other lib directories), as tomcat only looks for .jar files. Yoav Shapira Millennium ChemInformatics -Original Message- From: Ivan Montoro

RE: Using Sun JAI with Tomcat

2003-07-29 Thread Ivan Montoro
DLL's (.dll/.so files) should be placed somewhere OS can find them, either via /etc/ld.so.conf (making a ldconfig) or in a directory listed in LD_LIBRARY_PATH variable (as I'm doing in my custom start_tomcat.sh script, that is actualy a wrapper of startup.sh) If I put everything in