Sun Java System Application Server Platform Edition 8.1 2005Q2 Update 2 Administration Guide

ProcedureTo edit a thread pool

  1. In the tree component select the Configuration node.

  2. Select the Thread Pools node.

  3. Under Current Pools select the name of the thread pool to be changed.

  4. Enter the minimum number of threads in the thread pool servicing requests in this queue in the Minimum Thread Pool Size field.

    These threads are created up front when this thread pool is instantiated.

  5. Enter the maximum number of threads in the thread pool servicing requests in this queue in the Maximum Thread Pool Size field.

    This is the upper limit on the number of threads that exist in the thread pool.

  6. Enter the number, in seconds, after which idle threads are removed from pool in the Idle Timeout field.

  7. Enter the total number of work queues that are serviced by this thread pool in the Number of Work Queues field.

  8. Click Save.

  9. Restart the Application Server.

See Also