Restart Gathr

  1. On the Terminal, change directory to the Gathr installation directory and stop Gathr using the following command.

    cd bin/
    ./stopServicesServer.sh
    ./startServicesServer.sh -config.reload=true
    

    Accept the EULA, upload the license and login to the application.

    Also, before starting Gathr, if underlying database is MySQL, then MySQL’s connection jar should be placed in <Gathr_HOME>/server/tomcat/lib> and <Gathr_Home/conf/thirdpartylib>.

    The My SQL Jar version should be: mysql-connector-java-8.0.13.jar

Top