Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fronting Apache Tomcat with Apache Http
Note

Incomplete...work in progress

1. Download the Apache Tomcat connector

...

  • Now, uncomment the following connector block:
    No Format
       <!-- Define an AJP 1.3 Connector on port 8009 -->
        <Connector port="8009"
                   enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
    
    
  • You may adjust to the port (port="8009") if you wish.

3. Now, you need to do some configuring on Apache Http Httpd to connect to Tomcat

  • Navigate to your Apache config directory
    No Format
    cd /path/to/apache/config
    
  • Open httpd.conf for editing and locate the LoadModule section.

...