Verify the cacheable page

Verify the cacheable page by following these steps...

  1. View the snoop servlet in the default application by accessing the URI: /snoop

  2. Invoke and reload the URI several times using a different Web browser or using different parameters. This action returns the same output for the snoop servlet. The snoop servlet is now operating incorrectly, because it displays the request information from its first invocation rather than from the current request.

  3. Inspect the entry in the cache with the dynamic cache monitor.

 

See Also

Displaying cache information