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." > > A

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."

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

2005-12-20 Thread William Claxton
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." Any suggestion on how