Re: context destroy method only be called once

2019-01-22 Thread Mark Thomas
On 22/01/2019 04:16, Aryeh Friedman wrote: > Platform / tomcat version: Tomcat 9.0.13 / FreeBSD 11.2-RELEASE (amd64) > [from ports collection without modification] > > I have 3 ServletContextListener concrete classes and on tomcat start all 3 > contextInitalized() methods are called, and complete

context destroy method only be called once

2019-01-21 Thread Aryeh Friedman
Platform / tomcat version: Tomcat 9.0.13 / FreeBSD 11.2-RELEASE (amd64) [from ports collection without modification] I have 3 ServletContextListener concrete classes and on tomcat start all 3 contextInitalized() methods are called, and complete,but on tomcat stop only one of the three contextDest