> Hi,
>     I'm wondering if there's a way to get some code called before
> doGet/doPost? I want to build a superclass for my JSP pages that checks for
> some login stuff and redirects if it's not found, without having to put the
> detect code in every page.

That is a job for Servlet Container (Tomcat in this case). Servlets and JSPs can 
implement their own auth/login service, via sessions, but why re-invent the wheel?

Nix.


Reply via email to