In WebSphere Application Server, I see two thread pools that I can manipulate. There is one called "default", and another called "WebContainer", each having a minimum and maximum size.
What is each of these thread pools used for? In my application, I am using Java's ExecutorService to push off work on to separate threads--which of these pools would I be pulling from?