We're using servlets in our application. In the YourKit CPU views, we see a [JSP/Servlet] appearing in the middle of the call stack, and the Java call stack immediately below uses only 2% of the time spent in the JSP call. How can we find where the 98% of the time is spent?
BTW is there a way to see the request body of the http requests?