Versions Compared

Key

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

...

  • 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 port (port="8009") if you wish.

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

SSL configuration

...