score:2

Accepted answer

i'd recommend getting the logfile tools plugin for eclipse: http://sourceforge.net/projects/logfiletools/

it gives you a new log file view that you can add word-based highlighting and essentially tail any file (such as the tomcat log). i usually have it highlight errors in red, for example so they pop out when viewing the log.

the other alternative is to actually start tomcat from within eclipse. you can do this via the eclipse web tools (a bit heavy) or the sysdeo tomcat launcher plugin (lightweight but doesn't do much but launch and update contexts)

hope this helps!


Related Query

More Query from same tag