When trying to run my app with eclipse/linux on tomcat I got the following info message:
INFO: The APR based Apache Tomcat Native library which allows optima
My case: Seeing the same INFO message.
Centos 6.2 x86_64 Tomcat 6.0.24
This fixed the problem for me:
yum install tomcat-native
boom!