High CPU Usage tomcat sever while deploying a war file

Hello, guys.
I am using Jenkins 2.331 and Tomcat 9.0.71.
I deployed a war file dev server to remote tomcat server using Jenkins with Deploy war/ear to a container.

It happened high cpu usage after deploying with Jenkins.
There is any no failure logs. Also war service is running process but it cannot running.
So, I force kill process and excute startup script in “bin/startup.sh”.
It can be running well.

I want to resolve High CPU issue while deploying.
Please Let me know how to resolve this issue.
Thanks.