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
If you use Linux, try the following steps.
ps aux | grep catalina
)myname 2244 5.5 0.3 57020937 2110741 ? Sl Oct03 5160:01 /usr/lib/jvm/java-1.8.0-<...>/bin/java <...> org.apache.catalina.startup.Bootstrap start
/usr/lib/jvm/<...>
and <...>.Bootstrap
stop
at the end of your command and run itEssentially, you would take the very same command that was used by Eclipse to start Tomcat and modify the last argument to stop Tomcat.