Tutorial: Improve WebSphere Commerce performance with dynamic caching >
< Previous | Next >
Change the refresh interval
WAS has a parameter called the Reload Interval to indicate how frequently a JSP should be recompiled. In our labs, you will modify JSPs and view the changes. To facilitate the changes being reflected immediately, you will shorten the interval to 10 seconds.
- Open WC_eardir\Stores.war\WEB-INF\ibm-web-ext.xmi.
- Search for reloadInterval, and change its value to 10.
- Restart the server for this setting to take effect.
Wait until Step 3 to restart your server.