2.3. Configuring Apache Tomcat to Work with mod_jk


Tomcat is configured to use mod_jk by default. Specifically, see the conf/server.xml file, which contains the following code for this purpose:
<connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
Set the jvmRoute attribute at your engine as follows:
<Engine name="Catalina" jvmRoute="node1" >
The jvmRoute attribute value must match the worker name set in workers.properties.
This default Tomcat configuration is ready for immediate use with mod_jk.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.