I'm running Eclipse 3.5 with Tomcat (integrated from WTP) and I want to see the output logs in txt other than just the console
Cant find it in my eclipse/workspace nor in the local Tomcat 6 installation directory
Any clues how to enable these?
I've also enabled org.apache.catalina.valves.RequestDumperValve
and the output scrolls by on console which I want to see in txt
Check for the value of -Dwtp.deploy Go to that directory and you will find logs folder, web-apps etc there.
In the Servers tab:
This is based on codesta's answer: https://stackoverflow.com/a/5045247/112335
It probably depends on your logger configuration and other technologies you use. They should be where other answers say they are but for me this was not the case. Finding them was a real PITA, but I found them on the same drive in which the Tomcat (or Eclipse ?) was running under:
Check you Eclipse installation dir - logs are sometimes hiding in there.
Hope this helps.