Chapter 6. WebSphere Application Server V5 performance tuning 219
need to be reloaded. Checking file system time stamps is an expensive operation
and should be reduced. The default is 0 (zero). Setting this to a value of 3
seconds is good for a test environment, because the Web site can be updated
without restarting the application server. In production environments, checking a
few times a day is a more common setting.
Web application - Reloading enabled
This specifies whether file reloading is enabled. The default is false.
Web application - Web components - Load on startup
Indicates whether a servlet is to be loaded at the startup of the Web application.
The default is false.
Many servlets perform resource allocation and other up-front processing ...