You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by James Rome <ja...@gmail.com> on 2007/07/27 17:55:43 UTC

Apache Portable Runtime

When Tomcat starts, I get:
Jul 27, 2007 10:06:11 AM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path:
/usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/lib/i386/client:/usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/../lib/i386

I have libapr1.so in /usr/lib, and I copied it to the above i386
directory, but Tomcat still does not see it.

How do I get Tomcat to see this. Or is it looking for something else?

Thanks,
Jim Rome

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Apache Portable Runtime

Posted by Lakshmi Venkataraman <la...@foundrynet.com>.
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

-----Original Message-----
From: Rainer Jung [mailto:rainer.jung@kippdata.de] 
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 Tomcat starts, I get:
> Jul 27, 2007 10:06:11 AM org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: The Apache Tomcat Native library which allows optimal 
> performance in production environments was not found on the
java.library.path:
> /usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/lib/i386/client:/usr/lib/jvm/
> java-1.5.0-sun-1.5.0_12/jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0
> _12/jre/../lib/i386
> 
> I have libapr1.so in /usr/lib, and I copied it to the above i386 
> directory, but Tomcat still does not see it.
> 
> How do I get Tomcat to see this. Or is it looking for something else?
> 
> Thanks,
> Jim Rome

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Apache Portable Runtime

Posted by Rainer Jung <ra...@kippdata.de>.
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 library which allows optimal performance
> in production environments was not found on the java.library.path:
> /usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/lib/i386/client:/usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/../lib/i386
> 
> I have libapr1.so in /usr/lib, and I copied it to the above i386
> directory, but Tomcat still does not see it.
> 
> How do I get Tomcat to see this. Or is it looking for something else?
> 
> Thanks,
> Jim Rome

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org