The web application [] is still processing a request that has yet to finish.This is very likely..


tomcatの起動時に警告:The webアプリケーション[**]is still processing a request that has yet to finish.This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
1.質問
いくつかの操作をする時、例えば追加してからクエリーして、何度も繰り返した後にデータが追加し続けることができなくて、データをクエリーすることができません.この時、フロントもバックグラウンドも間違っていませんでした.tomcatを再起動すると、警告が表示されます.
`The web application [***] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.`  

2.原因
個人的には接続がタイムリーに閉鎖されていないうえ、メモリが豊かではないため、memeory leakになる可能性があると考えています.
3.解決
動作終了後直ちに接続を閉じることで解決