0 Replies Latest reply on Jun 2, 2006 9:32 AM by pander

    Intercepting Request Cycle

    pander

      Hi,

      Does anyone know if there is a way to execute a piece of your own code every request that is made to the jboss application server? I'm guessing this would probably be in the form of a valve or filter... perhaps even a requestFilter if such a thing exists??

      I want to perform an audit trail within my webapp which includes tracking each URL the user visits, so I was thinking that if there was something like a requestFilter I could write my own one of these to then save various request parameters to my database within this filter....

      Has anyone done this before, or know of the best way to go about this?

      Cheers
      Paul.