Arno Schäfer
2018-08-29 11:43:17 UTC
Hi all,
we use our own Realm implementation in our webapps. If tomcat shuts down, we have to do some clean up
in this instance to speed up the shutdown.
In our web application we do this in the ServletContextListener instance in 'contextDestroyed(...)' method.
What is the right place to do this in tomcat's Realm instance? Do I have to implement some notification code
or does it work over a RealmBase method?
I found nothing about that in the documentation.
Best regards
- Arno
_________________________________________________________
Vorsitzender des Aufsichtsrats: Lothar Pauly
Vorstand: Diederik Vos (CEO) ? Ralph Gillessen (COO) ? René Gawron (CFO)
Martin Hodgson (Executive Director Management Consulting)
SQS AG ? Stollwerckstraße 11 ? 51149 Köln
Sitz der Gesellschaft: Köln ? Amtsgericht Köln, HRB 12764
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error) please notify the sender immediately and destroy this e-mail.
Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
we use our own Realm implementation in our webapps. If tomcat shuts down, we have to do some clean up
in this instance to speed up the shutdown.
In our web application we do this in the ServletContextListener instance in 'contextDestroyed(...)' method.
What is the right place to do this in tomcat's Realm instance? Do I have to implement some notification code
or does it work over a RealmBase method?
I found nothing about that in the documentation.
Best regards
- Arno
_________________________________________________________
Vorsitzender des Aufsichtsrats: Lothar Pauly
Vorstand: Diederik Vos (CEO) ? Ralph Gillessen (COO) ? René Gawron (CFO)
Martin Hodgson (Executive Director Management Consulting)
SQS AG ? Stollwerckstraße 11 ? 51149 Köln
Sitz der Gesellschaft: Köln ? Amtsgericht Köln, HRB 12764
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error) please notify the sender immediately and destroy this e-mail.
Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.