Reputation: 724
I have a spring boot application which is running on embedded tomcat server. I want to know the default tomcat http threadpool size and how to check them.
After checking on various portal i got to know that we can add 'server.tomcat.max-threads' in the applications.properties file and control it.
But i want to understand what is the default size and how to find it.
Upvotes: 0
Views: 808