uklance / tapestry-cometd

A push library for Tapestry5 based on CometD
17 stars 3 forks source link

Fire the destroy() method on the CometD servlet #30

Closed uklance closed 12 years ago

uklance commented 12 years ago

Since the servlet is being managed manually (rather than by the servlet container) it's necessary to fire the destroy() method explicitly.

See RegistryShutdownHub.addRegistryShutdownListener(Runnable listener)