Versions Compared

Key

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

...

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

  • Navigate to your Apache config directory
    No Format
    
    cd /etc/apache/config
    
  • Open httpd.conf for editing and locate the LoadModule section. Uncomment the following lines of code:
    No Format
    
    LoadModule proxy_module libexec/apache2/mod_proxy.so
    LoadModule proxy_ajp_module libexec/apache2/mod_proxy_ajp.so
    
SSL configuration

...