How to kill Tomcat when running it from Eclipse?

后端 未结 5 2100
粉色の甜心
粉色の甜心 2021-01-31 03:25

I am running the Tomcat that gets delivered with your Eclipse download (no, I don\'t want to download and install the entire Tomcat), and sometimes it hangs when stopping or res

5条回答
  •  萌比男神i
    2021-01-31 03:40

    It appears as javaw.exe in task manager. An alternative is to execute Tomcat/bin/shutdown.bat.

    As to the hang problem, are you sure that your webapp isn't spawning unmanaged threads which might be blocking Tomcat's shutdown?

提交回复
热议问题