On 16.9.2010 15:32, Alex wrote:
I run an web application which uses spring, hibernate, apache-cxf and
the quartz scheduler which is referenced by spring.

The webapp work as it should, but on shutdown or restart the apache
tomcat server I always get following output.

The webapp is not stopped and I have to kill the process manually.

How can I solve this?

Are you using connection pooling provided by tomcat? Did you put MySQL driver to $TOMCAT/lib or $TOMCAT/webapps/xxx/lib? Or both? If you are using connection pooling keep your driver just in $TOMCAT/lib folder.

If threads schedulerFactoryBeanERV_Worker-x, are created by Quartz, find how can you stop them, and to that with ContextListener you will register in web.xml.

Also, read http://wiki.apache.org/tomcat/OutOfMemory.

Regards,
Ognjen

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

Reply via email to