Location of conf.json
Production Application: /opt/tomcat/webapps/AlmaRemoteStorageApp/WEB-INF/classes
ls -l
drwxr-xr-x 3 tomcat tomcat 4096 May 14 14:59 com
-rw-r--r-- 1 tomcat tomcat 10592 Aug 8 14:13 conf.json
-rw-r--r-- 1 root root 10508 Aug 8 14:08 conf.json.GTtest (older file, not used, can be deleted)
-rw-r--r-- 1 root root 10490 Jun 17 13:24 conf.json.hold (older file, not used, can be deleted)
-rw-r--r-- 1 tomcat tomcat 787 May 14 14:59 log4j.properties
(This file controls some of the logging properties such as name of the log file, application.log. This log file can be found at /opt/tomcat/logs.)
PSB Application: /opt/tomcat/webapps/AlmaRSA-PSB/WEB-INF/classes
ls -l
drwxr-xr-x 3 tomcat tomcat 4096 Sep 4 10:41 ./
drwxr-xr-x 4 tomcat tomcat 4096 Feb 5 2024 ../
drwxr-xr-x 3 tomcat tomcat 4096 Feb 5 2024 com/
-rw-r--r-- 1 tomcat tomcat 3797 Sep 4 10:41 conf.json
-rw-r--r-- 1 tomcat tomcat 802 Feb 5 2024 log4j.properties
(This file controls some of the logging properties such as name of the log file, PSB-application.log. This log file can be found at /opt/tomcat/logs.)
No Comments