...
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
Copy the configuration for HTTP :
Code Block cp /opt/datafari/bin/deployUtils/docker/tomcat.conf /opt/datafari/apache/sites-available/
Apply the new configuration :
Code Block apachectl restart
...