Execute method each request

2007-07-26 Thread Trumml
in context: http://www.nabble.com/Execute-method-each-request-tf4151312.html#a11809469 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Execute method each request

2007-07-26 Thread Trumml
in context: http://www.nabble.com/Execute-method-each-request-tf4151311.html#a11809468 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: Execute method each request

2007-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trumml, Trumml wrote: I want to execute a method each time a request is performed to my jsf site. The implementation for this request should remain in a jar file which is packed into the WAR file under WEB-INF/lib directory. I guess there is no

Re: Execute method each request

2007-07-26 Thread David Smith
What you describe is exactly what filters were created for. It's even in the servlet spec, making it a requirement of all java servlet containers. --David Trumml wrote: I want to execute a method each time a request is performed to my jsf site. The implementation for this request should