I'm using Tomcat 5.5 with Eclipse and at every startup the Tomcat spawns about 15 to 20 Daemon threads. It's usefull if you want to handle several requests "at once".
This is superficial on my development server and wastes ressources.
How can I reduce this number of Daemon threads?