2 Replies Latest reply on Oct 10, 2002 1:53 PM by lordy

    JB not calling servlet.destroy() at shutdown?

    lordy

      I've just noticed, that JBoss is stopping my web application dead in its tracks and not allowing it to shut down gracefully like JRun was. I have a few servlet threads loaded at start-up doing a lot of administrative stuff. They are started using the <load-on-startup> element in web.xml.

      When I used JRun and it was shutdown this would run the destroy method of these servlets. But it doesnt look like JBoss is doing this.

      Any Ideas ?

      Cheers,
      Lordy