Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering JBoss Enterprise Application Platform 7

You're reading from   Mastering JBoss Enterprise Application Platform 7 Core details of the Enteprise server supported by clear directions and advanced tips.

Arrow left icon
Product type Paperback
Published in Aug 2016
Publisher Packt
ISBN-13 9781786463630
Length 390 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Luigi Fugaro Luigi Fugaro
Author Profile Icon Luigi Fugaro
Luigi Fugaro
Francesco Marchioni Francesco Marchioni
Author Profile Icon Francesco Marchioni
Francesco Marchioni
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Installation and Configuration FREE CHAPTER 2. The CLI Management Tool 3. Managing EAP in Domain Mode 4. Deploying Applications 5. Load Balancing 6. Clustering EAP 7 7. Logging 8. Configuring Database Connectivity 9. Configuring EAP 7 for Java EE Applications 10. Messaging Administration 11. Securing the Application Server 12. New Security Features of EAP 7 13. Using EAP 7 with Docker 14. Running EAP 7 on the Cloud Using OpenShift

Using other balancing solutions


mod_cluster is Red Hat's only supported balancing solution. A minor exception to this rule is Apache's mod_jk, which is supported on the Enterprise Web Server (https://www.redhat.com/en/resources/jboss-enterprise-web-server) configured with EAP on a RHEL server. Chances are however that some different balancing solutions are dictated by your company's standards so we will shortly include their configuration with our domain of servers.

Configuring mod_jk

Apache mod_jk is a single native module, the mod_jk.so module, which needs to be installed on Apache to forward requests to JBoss EAP using the AJP protocol. Here is a quick list of the steps needed to install mod_jk:

  1. Copy the mod_jk module (downloadable from https://tomcat.apache.org/download-connectors.cgi) on Apache:

    $ cp mod_jk.so $APACHE_HOME/modules
    
  2. Create a configuration file in the conf folder of Apache named, for example, mod_jk.conf, with the following content:

    LoadModule jk_module modules/mod_jk.so...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime