Hi All,
If i comment the following in conf/server.xml
<Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
maxThreads="150" minSpareThreads="4"/>
does the container use default thread pool or doesn't not use thread pool at all???
and one more thing
what is the difference and relation between
<Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
maxThreads="150" minSpareThreads="4"/>
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
Thanks for any help in advance
Shiva kumar.