Kevin Roll wrote:

I'm using Tomcat 5.5.12 on a Linux box. My web application uses a third-party library which opens up a port to listen for incoming connections.

You definitely need a LifecycleListener or some other mechanism (an InitServlet with a destroy() method) to catch the stopping of the webapp, and explicitly call your 3rdparty library's cleanup code (it does have cleanup code to stop those connections and threads, doesn't it?).


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to