Mladen Turk wrote: > 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.
Could you explain a bit more why this bug is of relevance here? As I understand ist, java.library.path cannot be changed programatically but that's not the case here. And as I said in my first answer, setting java.library.path in setenv.sh works fine for me. Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]