It's the request processing threads. You can see the setting by going to configurations -> <your config>->HTTP Service. From there, click on the Request Processing tab and you'll see the values. We set it to the same values we used on Weblogic via asadmin:
bin/asadmin set --host <host> --port <port> --user admin --passwordfile <file> cluster3-config.http-service.request-processing.thread-count=400
bin/asadmin set --host <host>--port <port>--user admin --passwordfile <file> cluster3-config.http-service.request-processing.initial-thread-count=30
We run a lot of different applications on each of our clusters and so we need a lot of threads.
-Dave
[Message sent by forum member 'davideagen' (davideagen)]
http://forums.java.net/jive/thread.jspa?messageID=334904