This project used some of the properties of the configuration file **myMoney.properties** describe in: https://scm.atosresearch.eu/fentec_digcur_uc_pub/digcur_lib_pub#configuration
### logs
This project have its own configuration file for logs which mas be placed at the **conf** directory of the TOMCAT server:
- go to the directory created when you clone this project, the one with the pom.xml file.
- compile: ```mvn clean install```
- deploy: you can copy the war file ```./target/trusted_authority_server.war``` to the directory **webapps** of the TOMCAT server or deploy using its admin web page.