[magnolia-dev] Re: Using a ServletContextListener

2014-06-16 Thread Dean Pullen (via Magnolia Forums)
This issue has come up again and I wonder if anyone has any idea on how to go about implementation of a ServletContextListener without modifying the web.xml? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b4e5ec33-670a-456e-bcb1-604c88044c88 ---

[magnolia-dev] Re: Using a ServletContextListener

2014-01-02 Thread Dean Pullen (via Magnolia Forums)
Hi Tobias, Thanks for your reply. We're certainly using a module, but I'm stuck as to the best way to register a ServletContextListener within the module without having modifying the main overlaid web.xml. I understand you can use the @WebListener annotation within the servlet 3 spec, but how

[magnolia-dev] Re: Using a ServletContextListener

2013-12-30 Thread Dean Pullen (via Magnolia Forums)
(Apologies for this not being in the 'Get help with Magnolia' section. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b4e5ec33-670a-456e-bcb1-604c88044c88 For list details, see: http://www.magn

[magnolia-dev] Using a ServletContextListener

2013-12-30 Thread Dean Pullen (via Magnolia Forums)
Hi all, Is there a way of utilising a ServletContextListener within a fairly vanilla Magnolia module, i.e. without the aid of Blossom etc? I see references to adding the details to a web.xml in historic threads, but am unsure as to how to go about using a web.xml that isn't the original Magnol