Re: Apache Tomcat Native Library - compatibility clarification needed?

2019-08-02 Thread tomcat
Hi. Not a full response but an additional source. On 02.08.2019 11:12, Polina Georgieva wrote: Hi all, Would you please clarify the compatibility restrictions (if any) between the Apache Tomcat Native Lib and its dependencies on one hand and between Apache Tomcat server and the native lib. M

Re: Apache Tomcat Native Library - compatibility clarification needed?

2019-08-02 Thread Mark Thomas
On 02/08/2019 10:12, Polina Georgieva wrote: > Hi all, > > Would you please clarify the compatibility restrictions (if any) between > the Apache Tomcat Native Lib and its dependencies on one hand and between > Apache Tomcat server and the native lib. My questions are based on the > information av

Re: Apache Tomcat Native library was not found on the java.library.path

2013-05-15 Thread msyber
2013/5/15 Caldarale, Charles R > > From: msyber [mailto:msy...@gmail.com] > > Subject: Re: Apache Tomcat Native library was not found on the > java.library.path > > Don't top post - it's obnoxious and makes the conversation much harder to > follow. > >

RE: Apache Tomcat Native library was not found on the java.library.path

2013-05-15 Thread Caldarale, Charles R
> From: msyber [mailto:msy...@gmail.com] > Subject: Re: Apache Tomcat Native library was not found on the > java.library.path Don't top post - it's obnoxious and makes the conversation much harder to follow. > Tomcat: 6.0.13 Sadly out of date - over six years old.

Re: Apache Tomcat Native library was not found on the java.library.path

2013-05-15 Thread David kerber
On 5/15/2013 2:55 PM, msyber wrote: The issue is the library was not found! And you want it to be? You should have said that. That shows up in my logs too, but I don't use it. 2013/5/15 Mark Thomas NFO: The Apache Tomcat Native library which allows optimal performance in production e

Re: Apache Tomcat Native library was not found on the java.library.path

2013-05-15 Thread msyber
The issue is the library was not found! 2013/5/15 Mark Thomas > NFO: The Apache Tomcat Native library which allows optimal performance in > > production environments was not found on the java.library.path: >

Re: Apache Tomcat Native library was not found on the java.library.path

2013-05-15 Thread Mark Thomas
On 15/05/2013 17:03, msyber wrote: > Hi, > > I need your assistance about APR. > > OS: Centos 5.9 > Tomcat: 6.0.13 > JDK: 1.5.0_22 > echo $JAVA_HOME /usr/java/jdk1.5.0_22 > echo $LD_LIBRARY_PATH /usr/local/apr/lib > ll /usr/local/apr/lib/ > total 4372 > -rw-r--r-- 1 root root8367 May 15 16:44

Re: Apache Tomcat Native library

2012-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 1/30/12 10:34 AM, Thomas Rohde wrote: > If you use Apache Webserver with Tomcat you wouldn't use APR but > AJP. Actually, you can use both if you want. I'm not sure it actually makes that much difference unless you want to have *lots* of p

RE: Apache Tomcat Native library

2012-01-30 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Monday, January 30, 2012 9:32 AM > To: Tomcat Users List > Subject: RE: Apache Tomcat Native library > > > From: Paul Singleton [mailto:p...@jbgb.com] > > Subject

Re: Apache Tomcat Native library

2012-01-30 Thread Thomas Rohde
Am 30.01.2012 16:26, schrieb Paul Singleton: My standalone Tomcat 6 informs me, at startup, that The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:... Does this library offer any benefit to standalon

RE: Apache Tomcat Native library

2012-01-30 Thread Caldarale, Charles R
> From: Paul Singleton [mailto:p...@jbgb.com] > Subject: Apache Tomcat Native library > Does this library offer any benefit to standalone systems, or is it > purely for use with Apache httpd + Tomcat? It's most beneficial when you don't have httpd in front of Tomcat and are processing a lot of

RE: Apache Tomcat Native library question

2010-08-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Apache Tomcat Native library question > > On 8/12/2010 6:08 PM, Caldarale, Charles R wrote: > > Using [libtcnative] will improve performance for HTTPS traffic. > > It will also improve t

Re: Apache Tomcat Native library question

2010-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 8/12/2010 6:08 PM, Caldarale, Charles R wrote: > Using [libtcnative] will improve performance for HTTPS traffic. It will also improve the performance of static content responses. If I have my facts straight, it also uses a slightly differe

RE: Apache Tomcat Native library question

2010-08-12 Thread Caldarale, Charles R
> From: Tom Jones [mailto:tjo...@acworld.com] > Subject: Apache Tomcat Native library question > > I have found some articles on how to compile the > native library Read the doc first: http://tomcat.apache.org/tomcat-6.0-doc/apr.html And of course take a look at the APR and OpenSSL pages: http

Re: Apache Tomcat Native library

2007-05-07 Thread axetroll
At installation of Tomcat, when you need to choose what components will be installed, click + Tomcat and check the option NATIVE :D Paul Robinshaw-2 wrote: > > Hi > > Can somebody please tell me what this means on startup of Tomcat "The > Apache > Tomcat Native library which allows optimal

Re: Apache Tomcat native library

2006-08-29 Thread David Smith
Chances are, no. The message you site is only and INFO level log event. Tomcat is continuing using it's standard Coyote connectors. Send us some details of the failure and we might be able to help. --David Marcos Glas wrote: When starting Apache Tomcat I receive the following info: *"INFO:

RE: Apache Tomcat Native library not found on the java.library.path

2006-04-03 Thread sean . harrison
Thanks, Kerem. I added the following to the top of catalina.sh LD_LIBRARY_PATH=/usr/local/apr/lib export LD_LIBRARY_PATH but on startup I still get INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

RE: Apache Tomcat Native library not found on the java.library.pa th

2006-04-03 Thread KEREM ERKAN
Add /usr/local/apr/lib to LD_LIBRARY_PATH before starting Tomcat. That will do it. Regards, Kerem > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, April 03, 2006 4:40 PM > To: users@tomcat.apache.org > Subject: Apache Tomcat Native library not fou

Re: Apache Tomcat Native library

2006-03-29 Thread Markus Schönhaber
Paul Robinshaw wrote: > Can somebody please tell me what this means on startup of Tomcat "The > Apache Tomcat Native library which allows optimal performance in production > environments was not found on the java.library.path" This means you're not using this: http://tomcat.apache.org/tomcat-5.5-d