Installing Jahia

November 14, 2023

To install Jahia, refer to the Jahia installation instructions, but do not start the Jahia server. Before starting the server, you must active SSL.

Activating your SSL certificate

To activate SSL:

  1. In the Jahia jahia-install-path/tomcat/conf/server.xml file, you must activate the following https protocol:
    <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
                   maxThreads="150" SSLEnabled="true"
         scheme="https"
         secure="true"
         clientAuth="false"
           sslProtocol = "TLS"
           keystoreFile="HYBRIS_INSTALL_PATH/hybris/bin/platform/tomcat/lib/keystore"
           keystorePass="123456"/>
    
  2. Replace HYBRIS_INSTALL_PATH with your SAP Hybris installation path.
    **(AJP connector port for Jahia conflicts with ESIGates) suggested fix, in the server.xml for Jahia OR ESIGate change the AJP connector port from 8009 to 8019**
  3. Start your Jahia server.