What I use is max-connections attribute like this:
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" max-connections="10000"/>
However the complete way with more options is to add an executor which is a little more work.
Rado