![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
3. On the home page of the Config UI, select the Gateway Engine Properties from the drop-down list.
4. Click the Transport link to display the runtime properties.
5.
• The SSL properties can be set in the ASG_CONFIG_HOME/asg.properties file. Refer to the Connection Parameters for HTTPS Channel(Facade) properties.
• If the tibco.clientVar.DefaultImplementation/Connections/HTTP/FacadeHTTPSSLConnection/IdentityFileType property is set to certPlusKeyURL, download Tomcat and configure the TIBCO API Exchange Gateway to include the Tomcat native library. See Download Tomcat Native Library for details.
1. Download the tomcat-native-1.1.31-win32-bin.zip archive from the Apache Tomcat website.For example, download the tomcat-native-1.1.31-win32-bin.zip archive file from the following URL to a temporary location, such as C:\temp\apache_lib.
2. Navigate to the temporary location directory, C:\temp\apache_lib, where the tomcat-native-1.1.31-win32-bin.zip archive is downloaded.
3.
4.
a. For Windows 64-bit platform, the tcnative-1.dll library is found at the C:\temp\apache_lib\tomcat-native-1.1.31-win32-bin\bin\x64 location.
b. For Windows 32-bit platform, the tcnative-1.dll library is found at the C:\temp\apache_lib\tomcat-native-1.1.31-win32-bin\bin location.
−
d. Check the path shown at the end of make install command. The directory specified by this path should contain apr-1-config. The apr-1-config is required to build the Tomcat native library as mentioned in Build Tomcat Native Library section.
1. Download the tomcat-native.tar.gz archive to a temporary location, such as /home/user/tomnative. The tomcat-native.tar.gz archive is located under CATALINA_HOME/bin.
2. Navigate to the temporary location directory where the tomcat-native.tar.gz archive is downloaded. For example, navigate to the /home/user/tomnative directory.
3. Extract the tomcat-native.tar.gz archive in the temporary location, such as /home/user/tomnative directory.
4. Change to the /home/user/tomnative/tomcat-native-1.1.27-src/jni/native directory.
a. ./configure -with-apr=Full_APR_CONFIG_PATH -with-java-home=Full_Path_JDK -with-ssl=yes -prefix=Path_to_destination_directory
− Path_to_destination_directory is the destination directory where the libraries are created.
−
− Full_Path_JDK is the full path to JDK. For example, /usr/tools/jdk_1.7.0_45
b.
c.
6. Verify that the Path_to_destination_directory/lib directory contains around five new files with extensions such as .so, .la,.a and so on after the successful installation.
2. Set the LD_LIBRARY_PATH to the destination directory where the libraries are created, as follows
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |