Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to capture Tomcat startup log

How to capture Tomcat startup log?

like image 691
kamran Avatar asked Feb 01 '11 05:02

kamran


2 Answers

To start Tomcat in Windows, you can execute command:

catalina run

in your 'tomcat\bin' folder. Output from Tomcat startup will stay in current window, so you can analyze it.

like image 85
Gjera Avatar answered Nov 16 '22 01:11

Gjera


The Tomcat startup log is already captured as catalina.out in Unix and in catalina.log on Windows.

like image 20
JoseK Avatar answered Nov 16 '22 01:11

JoseK