Good morning All,
Hope you all have a great Friday . I am struggling with the error from my listener servlet and I could not figure it out why it can not find my resource instance eventhough i declared it in both my web.xml and context.xml.
I am going to post my codes and my error message here; and hopefully you may tell me what's going on.
For the information, I am using Tomcat 7.0 web server.
I declared a resource reference named TimerManager in my web.xml and my context.xml, and i try to look for it using InitialContext from my ServletContextListener.
Thanks so much in advance.
My ServletContextListener is as following:
my web.xml is as following :
My context.xml is as following :
and finally my error message is :