RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
Thanks for the explanation. , Josh. > -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 11:19 AM > To: Tomcat Users List > Subject: Re: Native Connector Question > > Fenlason, Josh wrote: > > That sucks. Thanks f

Re: Native Connector Question

2006-05-09 Thread Mladen Turk
Fenlason, Josh wrote: That sucks. Thanks for the pointer though. How come it works on Windows? Thanks. It won't work if the library you load depends on other library that is not in the PATH, so it's basically the same. For Windows we build tcnative statically linked to OpenSSL and APR, so if

Re: Native Connector Question

2006-05-09 Thread Markus Schönhaber
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 s

RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
That sucks. Thanks for the pointer though. How come it works on Windows? Thanks. , Josh. > -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 11:00 AM > To: Tomcat Users List > Subject: Re: Native Connector Question >

Re: Native Connector Question

2006-05-09 Thread Mladen Turk
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? Thank

RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
the native libraries in /bin. I'm starting Tomcat by executing startup.sh. Any other info that would be helpful? Thanks. , Josh. > -Original Message- > From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 10:45 AM > To: Tomcat Users List >

Re: Native Connector Question

2006-05-09 Thread Markus Schönhaber
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?

RE: Native Connector Question

2006-05-09 Thread Fenlason, Josh
advance. , Josh. > -Original Message- > From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 10:22 AM > To: Tomcat Users List > Subject: Re: Native Connector Question > > Fenlason, Josh wrote: > > What do I have to do to configure Tom

Re: Native Connector Question

2006-05-09 Thread Markus Schönhaber
Fenlason, Josh wrote: > What do I have to do to configure Tomcat to use the native connector on > Unix? I've tried adding Where? > -Djava.library.path=, but it isn't > loading them. It works for me on Windows, so I'm not sure what I'm > doing wrong on Unix. Any suggestions? Thanks. Creating

Native Connector Question

2006-05-09 Thread Fenlason, Josh
What do I have to do to configure Tomcat to use the native connector on Unix? I've tried adding -Djava.library.path=, but it isn't loading them. It works for me on Windows, so I'm not sure what I'm doing wrong on Unix. Any suggestions? Thanks. , Josh.