In my application.yml
I set
server:
tomcat:
basedir: /home/user/TOMCAT
when I run the application with mvn spring-boot:run
I see that the folder is created and it has this structure
/TOMCAT/work/Tomcat/localhost/ROOT
and it is completely empty.
I was expecting to find here a webapps
folder and so on. It may sound stupid but, where are all tomcat-related files?