Hello
Problem Description : My application can run a Buisness Process(BP) or Web application (by deploying war files). For a BP, I can see the HTTP server connection getting closed, as it can understand the response notifications. So connections are registered/unregistered accordingly. But for a web application, whenever connections are made, we dont get notified of the response of the closure part, and consequently the connection doesnt get unregistered.
Do you have any suggestion/solution how to do address it? I guess Jetty process all the requests, so can we recieve some notification when the web applications completes the tasks, so that the threads can be unregistered ?
Thanks
Dev