Is it possible to print all requests to Tomcat and responses from Tomcat in a logfile?
ex:
request
headers: [
https://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Request_Dumper_Filter
The Request Dumper Filter logs information from the request and response objects and is intended to be used for debugging purposes.
The following entries in a web application's web.xml would enable the Request Dumper filter for all requests for that web application.
If the entries were added to CATALINA_BASE/conf/web.xml, the Request Dumper Filter would be enabled for all web applications.
requestdumper
org.apache.catalina.filters.RequestDumperFilter
requestdumper
*