To all Tomcat users,
I set LD_LIBRARY_PATH as the environment variable (export LD_LIBRARY_PATH=/usr/lib)inside my Linux machine, and tried to access the ".so" file in "/usr/lib" directory from Java class file in Tomcat. But it seem like Tomcat cannot locate the directory. From "Tomcat-Workers-HowTo.html" - http://jakarta.apache.org/tomcat/tomcat-3.2-doc/Tomcat-Workers-HowTo.html, how can I set additional dynamic libraries path inside "workers.properties"? Something like this -> worker.inprocess.ld_path=/usr/lib ?? Or is there any other extra configuration file that I need to edit as well? Regards, Johnny. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
