instrumenting classes compiled from JSP

2012-03-02 Thread Louis
My Tomcat is 7.0.x, forgot mentioning. Louis Hi, If I want to dynamically instrument classes compiled from JSP pages, what is the best places to begin with? From my understanding, the process of JSP handling appears to work as follows: 1 The first request for a JSP page triggers the compil

instrumenting classes compiled from JSP

2012-03-02 Thread Louis
Hi, If I want to dynamically instrument classes compiled from JSP pages, what is the best places to begin with? From my understanding, the process of JSP handling appears to work as follows: 1 The first request for a JSP page triggers the compilation of the page with Jasper. 2 The class fi