Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Egidius Bakker   on Jan 21 In Java Category.

  
Question Answered By: Fred Hicks   on Jan 21

Catalina has a shutdown  hook which I have never happened to use but
you should be able to find it on the net. Google is our friend, right?

The other way is to use the
ServletContextListener.contextDestroyed(...) method. I like this one
more. Not I don't like Catalina but you don't want to depent on a
specific server.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Tomcat Shutdown Or get search suggestion and latest updates.


Tagged: