Re: [Resin-interest] J2EE Listeners order

2008-01-14 Thread Sam
> Thanks for your response. I added my listener to the web-app-default section > in the app-default.xml file. before the import of the web application's > web.xml and that solved the problem. The intent of app-default.xml is that it is not usually changed. It contains the defaults for Resin, maki

Re: [Resin-interest] J2EE Listeners order

2008-01-14 Thread Sashidhar Guduri
Scott, Thanks for your response. I added my listener to the web-app-default section in the app-default.xml file. before the import of the web application's web.xml and that solved the problem. Thanks Sashi On 1/14/08, Scott Ferguson <[EMAIL PROTECTED]> wrote: > > > On Jan 10, 2008, at 4:03 PM, S

Re: [Resin-interest] J2EE Listeners order

2008-01-14 Thread Scott Ferguson
On Jan 10, 2008, at 4:03 PM, Sashidhar Guduri wrote: > Servlet 2.4 spec guarantees the order of the listener creation is > the order in which they are specified in the web.xml. In Resin, if > I specify a listener in the web-app-default part of resin.conf, how > do I make sure that one is cr