servlet request mediation
--------------------------------
Is there an elegant way in WebSphere (6.1, or 7) to mediate a web request outside the application code?
Currently I am maintaining code that is implemented using a javaagent, and uses code weaving to alter the WebServicesServlet via byte code injection. It works, but is difficult to maintain.
Basically I need to monitor all servlet request in an application server and pull out bits and pieces for reporting, without altering the application code.
Any thoughts would be very helpful.
Thanks.
--------------------------------
Posted By: keitea at Feb 17 2010 5:45PM