Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the Tomcat log written out by 'grails run-app'?

Tags:

grails

While running grails app in 'dev' mode using 'grails run-app', where is the default Tomcat log file located written out by the embedded Tomcat come with Grails (1.2.2) installation?

like image 273
hko19 Avatar asked May 05 '10 00:05

hko19


People also ask

Where can I find tomcat logs?

The main Apache Tomcat configuration file is at /opt/bitnami/tomcat/conf/server. xml. Once Apache Tomcat starts, it will create several log files in the /opt/bitnami/tomcat/logs directory. The main log file is the catalina.

Where are tomcat logs on Windows?

The main Apache Tomcat configuration file is at installdir/apache-tomcat/conf/server. xml. Once Apache Tomcat starts, it will create several log files in the installdir/apache-tomcat/logs directory. The main log file is the catalina.

What is tomcat logs?

This file is located in the logs directory below the Tomcat root directory. This log is the system's output log, which also consists of standard error messages. These files are saved daily (MM-DD-YYYY) with the date appended to the name of the data. Moreover, this log file persists during the functioning of the server.

How do I view Catalina out files?

By default, the catalina. out file is located in the logs directory under Tomcat's root directory. For example, /opt/netiq/idm/apps/tomcat/logs/catalina. out.


1 Answers

There isn't a default log file, the output to the log gets written to stdout.

like image 96
Lloyd Meinholz Avatar answered Sep 21 '22 05:09

Lloyd Meinholz