Use a Filter.... part of Servlet 2.3.   I assume you could map all requests
to a custom ActionServlet also, but ultimately a Filter is the way to go.
I'm using Resin 2.0 which supports Servlet 2.3 and filters are working
great.

    Erik


----- Original Message -----
From: "Calvin Lau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 6:10 PM
Subject: automatically calling an Action


> I have an ActionServlet that needs to be run everytime
> a user makes any http request to my site.  How and
> where should I tell the controller to do this?


Reply via email to