On 06/11/2010 05:50, rujin raj wrote:
> Hi,
>=20
> Now my server.xml file is like this.As you told i added
> executor=3D"tomcatThreradPool" as follows
>=20
> <Executor name=3D"tomcatThreadPool" namePrefix=3D"catalina-exec-"
> maxThreads=3D"1000" minSpareThreads=3D"150"/>
>=20
> <Connector port=3D"8080" protocol=3D"HTTP/1.1"
> connectionTimeout=3D"20000"
> executor=3D"tomcatThreadPool"
> maxThreads=3D"1000"
> enableLookups=3D"false" disableUploadTimeout=3D"true"
> redirectPort=3D"8443" />
> Still the minSpareThreads is not taken into account.
How can you tell? What are you using to check the value?
p
|