I'm running a web app on a WebSphere server and need to control the maximum number of servlet instances. Is there any way through a WebSphere setting, web.xml or direct code to control the maximum number of servlet instances? By putting System.out message in the init method, it appears to create five instances.