We are using Spring Boot version - spring-boot-starter-tomcat-1.4.3.RELEASE.
We are trying to find the max-threads configuration for the embedded tomcat, but in vain.
We could not find any server.xml inside the Spring Boot jar file. Neither could we print the max-threads property - which always returns null.
How can I find out the max-threads configured in the embedded tomcat for Spring Boot 1.4.3? How can I set the max-threads? Does Spring Boot 1.4.3 use NIO?