![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
1. Save the tcnative-1.dll file in a directory. The file can be found under TOMCAT_HOME\bin in the Tomcat installation. You can download Tomcat from the following URL:
2. Provide the path to this directory in the TRA file using the java.library.path property.java.library.path=<dllDirectoryPath>For Red Hat, download source (the .tar.gz file) for APR from http://apr.apache.org/download.cgi. Now run the following commands:
2. Note down the path shown at the end of the command make install. This directory contains the apr-1-CONFIG file, which is used for building the Tomcat native library.
3. Extract tomcat-native.tar.gz, which is located under TOMCAT_HOME/bin/tomcat-native.tar.gz, to a local directory (for example, home/user/tomnative). You can download Tomcat from the following URL:
5. Browse to the native library in the extracted directory (for example, home/user/tomnative/tomcat-native-1.1.27-src/jni/native) and run the following commands:
/configure -with-apr=1-CONFIG> -with-java-home= -with-ssl=yes -prefix=destinationDirectoryForLibrariesInstallation
To verify if the installation is successful, browse to the destination directory provided for libraries installation and check if it contains five new files (with .so, .la and .a extensions).
6. LD_LIBRARY_PATH= destinationDirectoryForLibrariesInstallation
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |