Tomcat version is 9.0.96
Sorry
------------
Hi everyone
Using Tomcat 9.5
I have two questions:
2) The docs
(https://tomcat.apache.org/tomcat-9.0-doc/servletapi/javax/servlet/ServletContextListener.html)
state that
All servlets and filters have been destroyed before any
ServletContextListeners are notified of context destruction.
Now in my code I have a servlet class (MyServletClass) that implements
ServletContextListener and contextDestroyed
and another not servlet class (say MyClass) that implements those as well.
Using breakpoints I see that MyClass.contextDestroyed called BEFORE
MyServletClass.contextDestroyed
and for what I understand it should be the other way around.
2) I cannot find documentation on this matter.
a) if I have more than one class (neither servlet) implementing
ServletContextListener interface in which order the contextDestroyed
method is called?
b) if I have more than one servlet class implementing
ServletContextListener interface in which order the contextDestroyed
method is called?
TIA
--
Archimede Informatica tratta i dati personali in conformità a quanto
stabilito dal Regolamento UE n. 2016/679 (GDPR) e dal D. Lgs. 30 giugno
2003 n. 196
per come modificato dal D.Lgs. 10 agosto 2018 n. 101.
Informativa completa
<http://www.archicoop.it/fileadmin/pdf/InformativaTrattamentoDatiPersonali.pdf>
Il contenuto di questo messaggio e dei suoi eventuali allegati è
riservato. Nel caso in cui Lei non sia il destinatario, La preghiamo di
contattare telefonicamente o via e-mail il mittente ai recapiti sopra
indicati e di cancellare il messaggio e gli eventuali allegati dal Suo
sistema senza farne copia o diffonderli. Le opinioni espresse sono
quelle dell'autore e non rappresentano necessariamente quelle della Società.
This message and any attachment are confidential.If you are not the
intended recipient, please telephone or email the sender and delete this
message and any attachment from your system. If you are not the intended
recipient you must not copy this message or attachment or disclose the
contents to any other person. Any opinions presented are solely those of
the author and do not necessarily represent those of the Company.
dott. Ivano Mario Luberti
Archimede Informatica società cooperativa a r. l.
Via Gereschi 36, 56127 Pisa
tel.: +39 050/580959
web: www.archicoop.it
linkedin: www.linkedin.com/in/ivanoluberti
facebook: www.facebook.com/archimedeinformaticapisa/