JBoss Community

AS7: thread count limit for servlet service() processing

created by Michal Jakobczyk in Beginner's Corner - View the full discussion

Hi,

Java Servlet 3.0 specification says:

 

Generally the Web container handles concurrent requests to the same servlet by concurrent execution of the  service  method on different threads.

 

I would like to specify my custom thread count available for servlet service() processing.

I guess it should be done in the web subsystem, however, the AS7 documentation does not describe any "thread policies" in the web subsystem: https://docs.jboss.org/author/display/AS7/Subsystem+configuration

 

Where (in standalone.xml ?) and how to specify my own thread count limit for servlet service() processing?

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community