-1

Currently trying to open the file gives this error:

C:\Users\....\....\apache-tomcat-8.0.45\logs>catalina.out
The process cannot access the file because it is being used by another process.

What I have done is to have application running in the webapps and start tomcat by using following command:

catalina.bat jpda start

And now I want to see the logs in windows. In Ubuntu, tail -f catalina.out can be used. But how to see tomcat logs in windows forcefully?

Brian Minton
  • 2,562
  • 3
  • 33
  • 38

1 Answers1

0

As stated in answers here, you can try more catalina.out or type catalina.out

Brandon G
  • 145
  • 6