Eclipse Integrated Tomcat log file input configuration2015-07-21 00:13 1072 people read comments (0) favorite reports Classification:Tomcat (1)Eclipse
Where can I view Tomcat log files in Eclipse?
I ' m not sure if you were after catalina.out or one of the other logs produced by Tomcat.
But, if you ' re after the Catalina.out log file and then follow the directions below:
In the Servers tab, double-click on the Tomcat Server. You'll get a screen called overview.
Click on "Open launch Configuration". Click on the "Common" tab.
Towards the bottom of the screen can check the ' File ' checkbox and then specify a file so can be used to log your co Nsole (catalina.out) output.
Finally, restart the Tomcat server.
Original address: Http://stackoverflow.com/questions/2233053/where-can-i-view-tomcat-log-files-in-eclipse
Eclipse Integrated Tomcat log file output configuration