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-11 Thread Johnny Kewl
- Original Message - From: maux [EMAIL PROTECTED] To: users@tomcat.apache.org 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

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 do you

Re: Something like a filter

2008-06-11 Thread Johnny Kewl
- Original Message - From: Karthik Abram [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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() calls. Look

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-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

Re: Something like a filter

2008-06-10 Thread maux
PROTECTED] -- View this message in context: http://www.nabble.com/Something-like-a-filter-tp17647911p17765736.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

Something like a filter

2008-06-04 Thread maux
applications to throw an applet before the application executes. And depends in one of the return applet parameter, allow or deny the access to the application. Thanks in advance. -- View this message in context: http://www.nabble.com/Something-like-a-filter-tp17647911p17647911.html Sent from the Tomcat