Overriding tomcat request handler to add custom behaviour

83 Views Asked by At

I have an old legacy application running on tomcat 6 on hundreds of nodes, i need to intercept all requests and introduce some minor per-processing and let the request processing continue the way it is. I was wondering if i can override tomcat default request handling that would be only feasible way in current environment. Any information in that regard would be greatly appreciated. Any other ideas that could be of help here are also appreciated. Thanks

0

There are 0 best solutions below