Re: Something like a filter

2008-06-11 Thread André Warnier
Johnny Kewl wrote: On 6/11/08, Christopher Schultz <[EMAIL PROTECTED]> wrote: maux wrote: [...] Let's see if I got this right, and if I can show off a bit. Maux, faltan unos datos a esa gente para contestar, pero lo estan intentando de toda forma. 1) Imaginan que el applet no es tuyo y no

Re: Something like a filter

2008-06-11 Thread Johnny Kewl
- Original Message - From: "Karthik Abram" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 11, 2008 8:36 PM Subject: Re: Something like a filter Don't think a ServletContextListener gets anything but context initialize() and destroy

Re: Something like a filter

2008-06-11 Thread Karthik Abram
Don't think a ServletContextListener gets anything but context initialize() and destroy() calls. On 6/11/08, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Maux, > > maux wrote: > | I need to execute it before an application executes. > > What

Re: Something like a filter

2008-06-11 Thread Johnny Kewl
- Original Message - From: "maux" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 04, 2008 4:20 PM Subject: Something like a filter Hi, I would like to know if there is something that I can configure to an application that force the application to execute that thing before it execu

Re: Something like a filter

2008-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maux, maux wrote: | I need to execute it before an application executes. What do you mean "before an application executes"? Do you mean that you need something to run before any requests are processed? Then you want to use a ServletContextListener.

Re: Something like a filter

2008-06-10 Thread maux
I need to execute it before an application executes. I know filters are the way but I need to communicate with an applet and I think filters and applets can´t have a two-way communication. Thanks. Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Maux, > >

Re: Something like a filter

2008-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maux, maux wrote: | I would like to know if there is something that I can configure to an | application that force the application to execute that thing before it | executes. I mean I need something that does more or less the same that a | filter bu