Re: Apache Portable Runtime (APR) based Native library for Tomcat

2011-01-12 Thread Pid
On 1/12/11 2:51 PM, Peter Sparkes wrote: > Hello, > > I have a number of Tomcat6 instances, using mod_jk, each of which runs a > separate website (linux debian lenny). > > My catalina.out files contain: > > INFO: The APR based Apache Tomcat Native library which allows optimal > performance in p

Re: Apache Portable Runtime ?

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 5/29/2009 4:38 PM, johnrock wrote: > I wanted to add a little clarity to my question: I am not using SSL or > serving any significant amount of static content - just good ol fashioned > Jsp/Jstl's with a standalone tomcat (no Apache). A very

Re: Apache Portable Runtime ?

2009-05-29 Thread Bill Barker
"Caldarale, Charles R" wrote in message news:0aae5ab84b013e45a7b61cb66943c17228f1795...@usea-exch7.na.uis.unisys.com... >> From: johnrock [mailto:johnpi...@yahoo.com] >> Subject: Re: Apache Portable Runtime ? >> >> Given that, is it still a preferred idea to i

RE: Apache Portable Runtime ?

2009-05-29 Thread Caldarale, Charles R
> From: johnrock [mailto:johnpi...@yahoo.com] > Subject: Re: Apache Portable Runtime ? > > Given that, is it still a preferred idea to install APR? Your best bet is to measure the performance of your webapp with and without APR. Since you're not using SSL and have limited

Re: Apache Portable Runtime ?

2009-05-29 Thread johnrock
I wanted to add a little clarity to my question: I am not using SSL or serving any significant amount of static content - just good ol fashioned Jsp/Jstl's with a standalone tomcat (no Apache). A very svelt and simple web app that I am designing for performance. Given that, is it still a preferre

Re: Apache Portable Runtime and Tomcat?

2008-01-04 Thread Rainer Jung
, > Jim > > > -Original Message- > From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2008 4:34 PM > To: Tomcat Users List > Subject: Re: Apache Portable Runtime and Tomcat? > > Hi Jim, > > APR and OpenSSL are maintained by other pr

RE: Apache Portable Runtime and Tomcat?

2008-01-04 Thread Jim Brikman (ybrikman)
figuration that is necessary? Thanks, Jim -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 4:34 PM To: Tomcat Users List Subject: Re: Apache Portable Runtime and Tomcat? Hi Jim, APR and OpenSSL are maintained by other projects (apr.apach

Re: Apache Portable Runtime and Tomcat?

2008-01-04 Thread Rainer Jung
Hi Jim, APR and OpenSSL are maintained by other projects (apr.apache.org resp. www.openssl.org). The tcnative source can be obtained from http://www.apache.org/dist/tomcat/tomcat-connectors/native/ The download contain a dsp file for Visual Studio (supposing you are talking about WIN platform b

RE: Apache Portable Runtime

2007-07-27 Thread James Rome
Lakshmi said: You have to compile libtcnative as well. In addition to the documentation mentioned by Rainer, also look in the archives for the threads "Tomcat native library Not found in Solaris 9" and "Tomcat 5.5, IPv6, APR, HTTP and HTTPS" Lakshmi --- I got the APR compiled and run

RE: Apache Portable Runtime

2007-07-27 Thread Lakshmi Venkataraman
Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 9:22 AM To: Tomcat Users List Subject: Re: Apache Portable Runtime The APR libs are not enough for the APR connector. Have a look at http://tomcat.apache.org/tomcat-5.5-doc/apr.html Regards, Rainer James Rome wrote: > When Tomc

Re: Apache Portable Runtime

2007-07-27 Thread Rainer Jung
The APR libs are not enough for the APR connector. Have a look at http://tomcat.apache.org/tomcat-5.5-doc/apr.html Regards, Rainer James Rome wrote: When Tomcat starts, I get: Jul 27, 2007 10:06:11 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native

Re: Apache Portable Runtime not found on the java.library.path

2005-12-21 Thread FTP
just for the records, indeed disabling the APR listener is solving the problem. Just tried out and it works. Thanks very much for your support George On Tue, Dec 20, 2005 at 01:46:55PM -0500, Adam Constabaris wrote: > FTP wrote: > >I face the same problem with: > > > >Tomcat 5.5.12 > >jdk: 1.5.

Re: Apache Portable Runtime not found on the java.library.path, resolved

2005-12-20 Thread William Claxton
At 02:46 AM 12/21/2005, Adam Constabaris wrote: FTP wrote: I face the same problem with: Tomcat 5.5.12 jdk: 1.5.06 and cannot find the library you suggest in order to include it! APR integration isn't yet fully part of the Tomcat distribution, as far as I can tell (I think it's misleading of

Re: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread Adam Constabaris
FTP wrote: I face the same problem with: Tomcat 5.5.12 jdk: 1.5.06 and cannot find the library you suggest in order to include it! APR integration isn't yet fully part of the Tomcat distribution, as far as I can tell (I think it's misleading of them to enable the APR listener on startup, be

Re: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread FTP
I face the same problem with: Tomcat 5.5.12 jdk: 1.5.06 and cannot find the library you suggest in order to include it! Any hint why? Thanks George On Tue, Dec 20, 2005 at 11:23:11AM -0500, Adam Constabaris wrote: > William Claxton wrote: > >Running Java JDK 1.4. After upgrading to Tomcat 5.

Re: Apache Portable Runtime not found on the java.library.path : Take Two

2005-12-20 Thread Adam Constabaris
William Claxton wrote: Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this error. I have also installed the compatability upgrade for the Java Runtime. "The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path."

RE: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread Caldarale, Charles R
> From: William Claxton [mailto:[EMAIL PROTECTED] > Subject: Apache Portable Runtime not found on the java.library.path > > "The Apache Portable Runtime which allows optimal performance in > production environments was not found on the java.library.path." > > Any suggestion on how to resolve th

Re: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread Adam Constabaris
William Claxton wrote: Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this error. I have also installed the compatability upgrade for the Java Runtime. "The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path."

Re: Apache Portable Runtime

2005-12-04 Thread M A
Has this problem also you need to include the library path in the start up to catalina i.e. it becomes part of the command .. so something like -Djava.library.path=<> That should do it .. On 12/4/05, Robert Palmer <[EMAIL PROTECTED]> wrote: > > I tried this. Should libtcnative-1.so be in $CAT

Re: Apache Portable Runtime

2005-12-04 Thread Robert Palmer
I tried this. Should libtcnative-1.so be in $CATALINA_HOME/bin? 'make' put it in .libs and I tried moving it. I also downloaded 5.5.13 which results in the same message. Thanks. Bill Barker wrote: "Robert Palmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Is this something

Re: Apache Portable Runtime

2005-12-02 Thread Bill Barker
"Robert Palmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is this something that I should worry about? Is it easily resolved? I have > downloaded and installled Apache Portable Runtiime. It did not install in > the Java path though? > The message has been fixed in 5.5.13.