https://issues.apache.org/bugzilla/show_bug.cgi?id=56756

--- Comment #6 from betoneto....@gmail.com ---
Created attachment 31882
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31882&action=edit
example to reproduce

This is an maven project using:
- servlet 3.0
- spring 4.0.5 instrumentation

Open eclipse JEE:
1 - import the project (attachment)
2 - configure a WTP server with tomcat 7.40
3 - configure a WTP server with tomcat 7.54
4 - in the both server launchers configure the java agent
  
-javaagent:"c:\users\user\.m2\repository\org\springframework\spring-instrument\4.0.5.RELEASE\spring-instrument-4.0.5.RELEASE.jar"
5 - run the application on server 7.40
6 - access the site (http://localhost:8080/test-instrumentation)
7 - this site will print: Instrumentation is: on
8 - stop the server, and run the other (7.54)
9 - access the same url site
10 - note, this time the site will print: Instrumentation is: off

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to