Question:
I'v setting up a VM with Postgres, ActiveMQ and Tomcat. All the directory's are set correct.
I've got the issue that the applications that i am doplying into tomcat won't set any logging in "/var/log/osp/logs/".
For example i am deploying 'osgp-core-5.52.0-SNAPSHOT.war', so Flyway will generate the initial tables in my postgres database.
in /opt/tomcat/logs/catalina.out i am seeing:
"14-Mar-2024 09:52:02.822 INFO [http-nio-8080-exec-14] org.apache.catalina.core.StandardContext.reload Reloading Context with name [/osgp-core-5.52.0-SNAPSHOT] is completed
"
And no errors in this logging.
I am running tomcat under user tomcat so the dir /var/log/osp is of owner tomcat:tomcat amd also the directory /var/log/osp/logs/.
the context.xml in /opt/tomcat/conf/ is the same one as given in the project. so all the environment names are set to /etc/osp/ and i've placed there all configuration files (ive put the sample ones)
background:
I am running all the platform application on one VM. This VM is a AlmaLinux release 9.3 (Shamrock Pampas Cat).
I think that i missing something but i don't know what...
Question:
I'v setting up a VM with Postgres, ActiveMQ and Tomcat. All the directory's are set correct.
I've got the issue that the applications that i am doplying into tomcat won't set any logging in "/var/log/osp/logs/".
For example i am deploying 'osgp-core-5.52.0-SNAPSHOT.war', so Flyway will generate the initial tables in my postgres database.
in /opt/tomcat/logs/catalina.out i am seeing:
"14-Mar-2024 09:52:02.822 INFO [http-nio-8080-exec-14] org.apache.catalina.core.StandardContext.reload Reloading Context with name [/osgp-core-5.52.0-SNAPSHOT] is completed
"
And no errors in this logging.
I am running tomcat under user tomcat so the dir /var/log/osp is of owner tomcat:tomcat amd also the directory /var/log/osp/logs/.
the context.xml in /opt/tomcat/conf/ is the same one as given in the project. so all the environment names are set to /etc/osp/ and i've placed there all configuration files (ive put the sample ones)
background:
I am running all the platform application on one VM. This VM is a AlmaLinux release 9.3 (Shamrock Pampas Cat).
I think that i missing something but i don't know what...