2015-03-06 13:41 GMT+03:00 Neven Cvetkovic <[email protected]>: > Hey Emir, > > On Thu, Mar 5, 2015 at 2:18 PM, Emir Ibrahimbegovic <[email protected]> > wrote: > >> I've got this message when starting a tomcat server : >> >> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR >> based Apache Tomcat Native library which allows optimal performance in >> production environments was >> not found on the java.library.path: >> >> /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib >> >> > It's exactly what the message says - the APR shared libraries are not found > on the java.library.path. > >> Even though I've installed the apr along with some other stuff like this : >> >> sudo apt-get install zlib1g-dev build-essential libapr1 libapr1-dev >> libssl-dev libreadline-dev -y >>
The message is about Tomcat Native library. Tomcat Native library uses APR to perform the work. It *is not* APR. Also, http://tomcat.apache.org/tomcat-8.0-doc/apr.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
