views:

426

answers:

2

I am running a vanilla instance of Tomcat 5.5 which I downloaded from Apache. I just noticed that when I installed lambda probe that there are about 10 Quartz threads running inside my Tomcat instance. Is this something that needs to be run all the time? Can I turn this off?

+2  A: 

I don't think your Tomcat is vanilla. Tomcat doesn't come with Quartz. You must have a webapp starting these threads. You just need to remove the app.

If you install the Lambda Probe on the Tomcat, the probe itself may start some Quartz threads but that's needed for monitoring.

ZZ Coder
A: 

ZZ Coder, thanks! I did some more research and it does appear that Lambda Probe uses Quartz

Andy Faibishenko