2015-02-25 2:29 GMT+09:00 Rajesh Biswas <rajesh...@gmail.com>:
> Dear Experts,
>
> I am using container managed datasource to manage the database connections.
>
> But while shutting down the server I am getting lot of messages like below:
>
> appears to have started a thread named [pool-1-thread-1] but has failed to
> stop it. This is very likely to create a memory leak
>
> Would you please suggest any better way so that open connections in Pool
> will be gracefully closed while shutting down the application.
>
> Thank you very much
>
> Regards,
> Rajesh

Hi, Rajesh

This message is output for it is left active "pool-1-thread-1" thread
created by web application when web application was stopped.
If stop this thread, this message will not be output.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to