> In the catalina.out I stumbled over these entries.
> 
> 
> Feb 6, 2006 4:55:17 PM
> 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/java/jre1.5.0_06/lib/i386/client:/usr/java/jre1.5.0_06/lib/i
> 386:/usr/java/jre1.5.0_06/../lib/i386
> 
> 
> Is it worthwhile installing the Apache Tomcat Native
> Lib, and
> where would I get it
> (probably somewhere beneath tomcat.apache.org)?

This lib allows for better performance of the TCs
connectors, which is good in production. You would
have to build this library and for that you need ANSI
CC (GCC will do), Autoconf, maybe something else.

> I don't intend to install a JDK on this box (where
> the NatLib is
> probably shipped with?)

No, it is not shipped, it needs to be built and linked
to libapr (Apache Portable Runtime library), a part of
Apache web server packages (don't forget the
development versions, too.

> since this shouldn't be a development box.

JDK won't harm you, but it is a superset of JRE.

Nix.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to