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 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.
>
> | 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.
>
> Filters can do anything they want.
>
> how are you going to communicate with an applet before the application
> "executes"? Where is the applet running? What kind of information do you
> want to process?
>
> - -chris
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkhP1YUACgkQ9CaO5/Lv0PDjxwCdGhdMaORWckijud2MEz+vTLPe
> EugAn0bxp+FpYOM6uxOgMeKpf13A7zUe
> =YAxN
>
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to