Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 Eclipse 和 Tomcat 调试应用程序。当我进行更改并希望停止 tomcat 重新部署时。但是每次当tomcat在输出中写出时我必须等待,2次尝试重新启动,错误停止等等。是否可以像Linux中的kill 9一样立即停止tomcat?谢谢。
对于我们的应用程序,它有助于确保在关闭时杀死所有正在运行的线程。
您可以切换到调试视图。通常有一个调试窗口,您可以在其中右键单击并终止和断开所有由 eclipse 运行的进程。
请参阅:http ://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/views/debug/ref-terminateall.htm