Rhel - APR based Apache Tomcat Native
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2011 08:01 AM
Hello,
I have installed Alfresco 3.4D on Rhel 5.6 and I have this message in the log during the startup :
I think that I need to install the tomcat-nativ but the package not exist in the dvd…. Which version must I install ? Where can I found it ?
Thank you.
I have installed Alfresco 3.4D on Rhel 5.6 and I have this message in the log during the startup :
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/Alfresco/java/jre/lib/amd64/server:/opt/Alfresco/java/jre/lib/amd64:/opt/Alfresco/java/jre/../lib/amd64:/opt/Alfresco/mysql/lib:/opt/Alfresco/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
I think that I need to install the tomcat-nativ but the package not exist in the dvd…. Which version must I install ? Where can I found it ?
Thank you.
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2011 08:59 AM
A good howto… http://blogoless.wordpress.com/2011/03/10/how-to-install-apache-tomcat-native-library-on-centos-5-5/
Can I use the version tomcat-native-1.1.22 with Alfresco 3.4D ?(http://blogoless.wordpress.com/2011/03/10/how-to-install-apache-tomcat-native-library-on-centos-5-5/...)
Can I use the version tomcat-native-1.1.22 with Alfresco 3.4D ?(http://blogoless.wordpress.com/2011/03/10/how-to-install-apache-tomcat-native-library-on-centos-5-5/...)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2011 09:33 AM
Should be fine.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2011 01:59 AM
Thank you.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2012 06:43 AM
I have centos 64bit. The links that are posted there don't work, how would i install this for alfresco 3.4d?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2012 06:51 AM
Hi,
Download tomcat-nativ : http://tomcat.apache.org/download-native.cgi
Add in : /opt/Alfresco/tomcat/bin/setenv.sh
Download tomcat-nativ : http://tomcat.apache.org/download-native.cgi
yum install apr-develcd /opt/installationgunzip tomcat-native-1.1.22-src.tar.gztar xf tomcat-native-1.1.22-src.tarcd tomcat-native-1.1.22-src/jni/native/./configure –with-apr=/usr/bin/apr-1-config –with-java-home=/opt/Alfresco/javamakemake install
Add in : /opt/Alfresco/tomcat/bin/setenv.sh
export LD_LIBRARY_PATH="/usr/local/apr/lib"
