I've been trying to find in the source if something like this is
supported:

<Ajp13Connector max_threads="50"
                max_spare_threads="10"
                min_spare_thread="5"
                port="8009"
                address="127.0.0.1"/>

in Tomcat 3.3, rather then <Parameter name=... syntax mentioned in the
user's guide, but couldn't find where it is. Following syntax from
server.xml and applying analogously the user's guide example, this
should be OK, but I couldn't verify in the source.

Can someone point me to the right file?

Bojan

PS. grep -rl 'max.*threads' * in Tomcat source doesn't produce anything
useful.

Reply via email to