Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To send a SIGQUIT, use kill -3 <pid> from the command line.

If you are running on Microsoft Windows

You can try to use SendSignal, developed specifically for this purpose. Make sure you read the comments for certain sitautions (e.g. running as a service, RDP connections, etc.). http://www.latenighthacking.com/projects/2003/sendSignal/

If you are running Tomcat as a service on Microsoft Windows

...