I have a servlet that initiates a JDBC call via Type4 driver (jdbc:db2://localhost:50000).
I'm using Fiddler to capture traffic and I'm able to capture the request and response to the servlet but I'm not able to fetch any communication between the java program and database.
Is it possible to do it with Fiddler? If not then how else?