Tomcat Service is consuming 100% CPU memory

I can execute the startup.bat command manually, and everything is fine.
When I try to install TOMCAT as a service, TOMCAT starts immediately, but consuming 90-100% CPU.

Pls provide any suggestions to overcome this issue…:slight_smile:

Are you saying, you install new tomcat as a service and hits high CPU or you deployed your code and hit high CPU?

If default tomcat setting acts this way…I’d advise getting previous minor versions. I’ve never had this problem…however I did see 100% CPU but that’s from my own code.

I got the solution: http://www.coderanch.com/t/86515/Tomcat/Tomcat-Connector-high-cpu-usage

It’s working fine for me.