aspose file tools
The moose likes Struts and the fly likes  getting servletconfig in ServletContextListener Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark " getting servletconfig in ServletContextListener" Watch " getting servletconfig in ServletContextListener" New topic
Author

getting servletconfig in ServletContextListener

Manoj John
Ranch Hand

Joined: May 13, 2004
Posts: 36
Hi,
I am using tomcat 5.0.19 and struts1.1.In my application there is one ServletContextListener. In its contextDestroyed() method i need to make free all the resources using for my application.
How i can do it? is there any way to get the sevlet config there(using struts default ActionServlet).
or any other solution to destroy the servlet there. please help.......
Manoj John
Ranch Hand

Joined: May 13, 2004
Posts: 36
hello,
Nobody is there to help me ?...
please tell me how i get the reference of struts default servlet class in my ServletContextListener class ?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: getting servletconfig in ServletContextListener
 
Similar Threads
Reading from and writing to a file
ServletContextListener???
bundle, in one config file, web parameter names?
ServletContextListener and load-on-startup
JSF with EJB Idea sharing