Versions Compared

Key

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

...

  1. Backup the configuration in place for Apache proxy :

    Code Block
    mv /opt/datafari/apache/sites-available/tomcat.conf mv /opt/datafari/apache/sites-available/tomcat.bkp
  2. Copy the configuration for HTTP :

    Code Block
    cp /opt/datafari/bin/deployUtils/docker/tomcat.conf /opt/datafari/apache/sites-available/
  3. Apply the new configuration :

    Code Block
    apachectl restart

...