How to upgrade mod_jk from 1.2.32 to 1.2.37

Solution Unverified - Updated -

Environment

  • JBoss Enterprise Application Platform (EAP)
  • JBoss Enterprise Web Server (EWS)
  • mod_jk

Issue

  • How to upgrade mod_jk from 1.2.32 to 1.2.37

Resolution

  • Download Red Hat JBoss Enterprise Application Platform 6.x Webserver Connector Natives as per platform.
    For EAP 6.2

For RHEL6-x86_64 platform :

$ unzip jboss-eap-native-webserver-connectors-6.2.0-RHEL6-x86_64.zip
$ cp -rp jboss-eap-6.2/modules/system/layers/base/native/lib64/httpd/modules/mod_jk.so  /etc/httpd/modules/
$ service httpd stop
$ service httpd start

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments