WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  servlet request mediation

    Posted 08/11/10 10:39 AM
    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