When I was working on Ubuntu, I used the following command to watch changes on catalina.out :
tail -f /var/log/tomcat7/catalina.out
But now I changed to Windows, and I can't find how to do it.
Thanks in advance.
You have several options:
Use PowerShell and something like:
Get-Content catalina.out -Wait
Use external tool like Notepad++: https://www.raymond.cc/blog/monitor-log-or-text-file-changes-in-real-time-with-notepad/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With