Using Intellij ultimate 2021.3.2 with tomcat & tomEE built in plugin to a run a grails app And I need to access tomcat logs (server.log) Any idea where I can find this on the Mac ?
Asked
Active
Viewed 69 times
0
-
See https://stackoverflow.com/a/45666862/8203759 – Konstantin Annikov Mar 12 '22 at 10:46
-
thanks, saw that earlier too and for some reason I can't locate no log files in those specified path/directories , and I don't also see catalina-home /base printed to the logs on start up of the grails app in IntelliJ – the world as we see it Mar 12 '22 at 12:35
-
Search for `catalina.out` on your home directory or, get intellij PID and then `lsof -p
` and take a look at the output – LMC Mar 14 '22 at 16:29