Fenlason, Josh wrote:
My native lib binary is fine because setting LD_LIBRARY_PATH works fine. I've tried adding -Djava.library.path to JAVA_OPTS and CATALINA_OPTS in my Tomcat startup script, but it isn't loading the native connector. Any thoughts on why the second method isn't working? Thanks in advance.
See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4280189 java.library.path is read-only (regarding the system), so you will need LD_LIBRARY_PATH set up for natives. The major problem is that it is wrongly documented by Sun. Regards, Mladen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]