Thursday, April 23, 2009

Apache Tomcat Native library

Error Message
"The Apache Tomcat Native library which allows optimal performance in production environments was not found"

There are many threads on the internet but most of them fail to resolve this error. What you need is couple of packages in order to get this working.

1) apr
2) tomcat-native

If you use yum, then you can just do

> sudo yum install apr tomcat-native

and this will do all the work, otherwise you might need to find the right rpm/dlls or build these from source.

No comments: