I would like to monitor the Java application created which has UI being rendered in JSP, containing Servlets and Tomcat Server and DB and mysql.
I would like to monitor the flow at each level - to check the performance at each level (for each request and response).
PS: I do not want to modify my application code. I want to monitor it without accessing or modifying the code. Access it only using port no via separate application. No Third party tools.