So if a servlet is lets say in a long transaction, sending a huge data set, and the manager is wanting to "undeploy" it,

Does it get notified while the long lasting servlet thread is sending data so if one wants to abort it, you can truncate writing in a controlled way and clean up the mess nicely?

Or will it wait until it is done or a timeout and you get notified with uninit() after this?

Of course I want notification, that leaves you enough time to be nice :)

PK



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to