minerva is a package used to visualize Disease Maps. Disease Map is a scientific representation of disease model.
minerva is a package used to visualize Disease Maps. Disease Map is a scientific representation of disease model. More information about the project can be found here: https://minerva.pages.uni.lu/doc/
DB configuration:
------------------
Database configuration for the package usually is done using dbconfig-common. If sysadmin decides to not use it the database configuration must be manually placed in a file: /etc/minerva/db.properties. Example config file can be found here: https://git-r3lab.uni.lu/minerva/core/blob/master/persist/src/main/resources/db.properties
Log configuration:
------------------
Project uses log4j2 for logging. By default minerva logs should be located in directory: $CATALINA_HOME/logs/minerva.txt. Default configuration can be overriden by providing custom properties file. This would allow to enable/disable some log entries or change way of logging. Custom configuration should be placed here: /etc/minerva/log4j2.properties. Default configuration used by minerva can be found here: https://git-r3lab.uni.lu/minerva/core/raw/master/web/src/main/webapp/WEB-INF/resources/log4j2.properties. More information how to configure log4j2 logger can be found here: https://logging.apache.org/log4j/2.x/manual/configuration.html#Properties.
-- Piotr Gawron <piotr.gawron@uni.lu> Mon, 28 Sep 2015 10:30:53 -0400