Skip to content

Instantly share code, notes, and snippets.

@mhuckaby
Created November 7, 2013 14:27
Show Gist options
  • Save mhuckaby/7355416 to your computer and use it in GitHub Desktop.
Save mhuckaby/7355416 to your computer and use it in GitHub Desktop.
List PID(s) for Tomcats
ps -ef | grep org.apache.catalina.startup.Bootstrap | grep -v "grep" | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment