Salesforce

How to install mod_jk module in Apache HTTP Server?

« Go Back

Information

 
TitleHow to install mod_jk module in Apache HTTP Server?
URL NameHow-to-install-mod-jk-module-in-Apache-HTTP-Server
Article Number000175995
EnvironmentProduct: OpenEdge
Version: 10.x, 11.x
OS: Linux Centos 6.3
Other: Apache Tomcat Connectors (mod_jk) 1.2.41
Question/Problem Description
How to install mod_jk module in Apache HTTP Server?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
Once the Apache HTTP Server is installed for example in: /usr/local/apache2 directory. To install mod_jk module in Apache HTTP Server:
  1. Download Apache Tomcat Connector version 1.2.41 from Apache Tomcat Connector website (tomcat.apache.org)
  2. Unzip the file tomcat-connectors-1.2.41-src.tar.gz into /tmp directory
  3. Navigate to directory /tmp/tomcat-connectors-1.2.41-src/native
  4. Run the command LDFLAGS=-lc ./configure -with-apxs=/usr/local/apache2/bin/apxs
  5. Run the command make
  6. Run the command cp ./apache-2.0/mod_jk.so /usr/local/apache2/modules
The file mod_jk.so will be available in the directory /usr/local/apache2/modules  

To then configure mod_jk refer to Article:
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:27 AM

Powered by