Changing the reload interval

In this lesson, you will shorten the WebSphere Application Server reload interval to 10 seconds. The reload interval indicates how frequently a JSP should be recompiled. In subsequent lessons, you will be modifying the JSP files to finish setting up the dynamic cache environment.

Procedure

  1. Open the WC_eardir\Stores.war\WEB-INF\ibm-web-ext.xml file.
  2. Search for reload-interval, and change its value to 10.
  3. Save and close the file.
  4. Restart the server for the setting to take effect.