Hello:

I am trying to set up Tomcat 8.0.9 on my system running CentOS 7.

I downloaded the tomcat source tarball and compiled it.
I then built the native library using these commands:
  cd /usr/local/tomcat/bin
  tar zxf tomcat-native.tar.gz
  cd tomcat-native-1.1.30-src/jni/native
  ./configure --with-apr=/usr/bin/apr-1-config
--with-java-home=/usr/lib/jvm/java-1.7.0-openjdk
  make
  make install

When I run tomcat, I see this line in the output file:

INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: /usr/local/apr/lib

When I look in /usr/local/apr/lib, I see these files:
libtcnative-1.a  libtcnative-1.la  libtcnative-1.so  libtcnative-1.so.0
libtcnative-1.so.0.1.30  pkgconfig

So, it looks like something was built and put in the library path.

Any ideas how I can debug this problem?

Thanks,
  Neil

--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single family rent houses.
No origination fees, quick approval, no credit check.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to