Skip to content

Instantly share code, notes, and snippets.

@PavlikPolivka
Created April 25, 2018 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PavlikPolivka/0c8554ef8207fe4de1bc3c18d96339cd to your computer and use it in GitHub Desktop.
Save PavlikPolivka/0c8554ef8207fe4de1bc3c18d96339cd to your computer and use it in GitHub Desktop.
sudo su tomcat
cd /home/tomcat/
# Use latest if from here http://byteman.jboss.org/downloads.html
wget http://downloads.jboss.org/byteman/4.0.1/byteman-download-4.0.1-bin.zip
unzip byteman-download-4.0.1-bin
mv byteman-download-4.0.1-bin byteman
cd byteman
mkdir rules
# Add rules for each method
vi rules.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment