当前尝试打开文件会出现此错误:
C:\Users\....\....\apache-tomcat-8.0.45\logs>catalina.out
The process cannot access the file because it is being used by another process.
我要做的是让应用程序在webapps中运行,并使用以下命令启动tomcat
:
catalina.bat jpda start
现在我想在Windows中查看日志。在Ubuntu中,可以使用tail -f catalina.out
。但是如何在Windows中强制查看tomcat日志?