Recipe: how to auto-close idle connections
Tuesday, April 7th, 2009Requirement: I want to close idle connections for some applications, and make sure that connections stay open 24/7 for other applications. Solution: Edit the <AutoCloseIdleClients> element in my Server.xml file – then add and configure <AutoCloseIdleClients> elements in my Vhost.xml or Application.xml files. Season to taste. Background and Analysis: Bear with me. I’m picking my [...]