Apache Tomcat Error

If you receive following error while starting Tomcat server, then you don’t need to worry. It is the native library which is used to improve performance of server on the production systems and there is completely different procedure for building and deploying those libraries.

 

Here is the error message –

 

The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

 

 

You can get rid of this message by opening [TOMCAT_HOME]/conf/server.xml file and commenting (preferred)/removing the following line –

 

<Listener className=”org.apache.catalina.core.AprLifecycleListener” SSLEngine=”on” />

 

(Tested for Tomcat 6.0.9 beta)

 

But if you are still too eager to know how to improve performance by milliseconds on your thakeli machine (as compared to production systems), you better go to the Apache Portable Runtime and Tomcat page and read instructions on how to install and configure Tomcat for the same.

 

I love clean boot and neat interface.

 

That’s why it troubled me :D.

Leave a Reply

Your email address will not be published.