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

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

1 - Import the attachment as a project in Eclipse JEE (my version is Kepler)
2 - Configure 2 WTP servers (with tomcat 7.40 and 7.54)
3 - Configure the java agent in both server launchers
   
-javaagent:"c:\users\YOUR_USER\.m2\repository\org\springframework\spring-instrument\4.0.5.RELEASE\spring-instrument-4.0.5.RELEASE.jar""
5 - Run the server with tomcat 7.40
6 - Access the web application on your browser:
http://localhost:8080/test-instrumentation
7 - This page will print: Instrumentation is: on
8 - Stop the server, and run the other (with tomcat 7.54)
9 - Access the web application url again
10 - This time the page 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