We are trying to figure out if we can copy each http request coming in to our tomcat production server and send it to a development test server to get a real simulation of the production traffic. The original request handling should not have any impact. The production server need not wait for a response for the copied request from the development server.
Is there a simple way to do this?