Re: putting custom code in front of Struts Main Servlet

2002-07-31 Thread Craig R. McClanahan
On Wed, 31 Jul 2002, Chris Ruegger wrote: > Date: Wed, 31 Jul 2002 09:18:21 -0400 > From: Chris Ruegger <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: putting custom code in front of

RE: putting custom code in front of Struts Main Servlet

2002-07-31 Thread jeff . guttadauro
ECTED]] Sent: Wednesday, July 31, 2002 8:18 AM To: Tomcat Users List Subject: putting custom code in front of Struts Main Servlet This is a bit off topic but we are using Tomcat with Struts. We want to be able to always execute some code before the Struts servlet is invoked, to check for t

RE: putting custom code in front of Struts Main Servlet

2002-07-31 Thread Michael Remijan
: Tomcat Users List Subject: putting custom code in front of Struts Main Servlet This is a bit off topic but we are using Tomcat with Struts. We want to be able to always execute some code before the Struts servlet is invoked, to check for things like lost session, permission, etc. What is the best way

putting custom code in front of Struts Main Servlet

2002-07-31 Thread Chris Ruegger
This is a bit off topic but we are using Tomcat with Struts. We want to be able to always execute some code before the Struts servlet is invoked, to check for things like lost session, permission, etc. What is the best way to do this? I'm thinking either have a servlet that we send everything to,