Oh, and OSX should be similar to the linux solution, although I have never done it.
Main Topics
Browse All Topicswhen Jboss starts it give shows following info - INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production
environments was not found on the java.library.path: C:\jdk1.5\bin;.;C:\WINDOWS
How to install Tomcat Native library ? Does any one of you have website link which has detailed steps of installing Tomcat Native library in windows,linux and mac
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The native library is not necessarily going to be of any benefit to you. You should look at http://tomcat.apache.org/t
Business Accounts
Answer for Membership
by: arrkerr1024Posted on 2007-08-30 at 22:16:31ID: 19806075
See this site: omcat-5.5- doc/apr.ht ml
ni/native (or whatever version it extracts) config
Y_PATH:/us r/local/ap r/lib" in the user's .bash_profile.
http://tomcat.apache.org/t
Windows: you need the just download tcnative-1.dll from the above link.
On linux you need to do this (this is redhat / centos specific for the yum install, if you run something else grab these packages using whatever package management tool it uses)
yum install autoconf apr-devel apr-util-devel openssl-devel
cd /opt/tomcat (or wherever you have tomcat installed)
tar -xzf tomcat-native.tar.gz
cd tomcat-native-1.1.6-src//j
./configure --with-apr=/usr/bin/apr-1-
make
make install
then make sure you set LD_LIBRARY_PATH to include /usr/local/apr/lib for the user you start tomcat as. You could put something like "export LD_LIBRARY_PATH=$LD_LIBRAR