Some users develop Java applets working on Tomcat, and hope that VTune™ Amplifier XE can get performance data on these Java applets.
First at all, we need to install JDK, I uses Java version 1.7.0_11, and you should set environment like as:
export JRE_HOME=/home/peter/jdk1.7.0_11/
Secondary, download apache-tomcat-7.0.40, extract it in any folder. Usually you don’t need to do more things, tomcat can work by using a pair of sh files.
Apach-tomcat-7.0.4/bin/startup.sh
Apach-tomcat-7.0.4/bin/shutdown.sh
