I am using Tomcat 9.0.0.M22 with jdk1.8.0_131 on Windows Server 2012 R2, and I have deployed the Spring Boot web application, the problem is that every 10 seconds the commons service daemon starts, increases the processor speed up to 50%, although my deployed web application is idle, then it decreases to 0%, and this behavior continues to occur every 10 seconds.
In my application, I donβt have any work that runs every 10 seconds, and also when I run my Tomcat web application from Eclipse, I donβt notice the same behavior, so I assume this is a Tomcat built-in thread.
source share