uCosminexus Application Server, Expansion Guide

[Contents][Index][Back][Next]

7.8.3 Deleting a cache on the EADs server

This subsection describes about deleting a cache (the application information cache and session information cache) on the EADs server.

Organization of this subsection
(1) Deleting the application information cache on the EADs server
(2) Deleting the session information cache on the EADs server

(1) Deleting the application information cache on the EADs server

The procedure for deleting the application information cache on the EADs server is as follows:

  1. Execute the eztool deletecache command for deleting the application information cache
    Execute the eztool deletecache command provided by EADs for deleting the application information cache from the EADs server.
    Execution example:
    eztool deletecache EADsSFO_APP_INFO
    In this execution example, the EADsSFO_APP_INFO cache is deleted from the EADs server. If you specify a cache name other than the default value in webserver.eadssfo.application.cache.name in 7.5 J2EE server settings, you must appropriately change the cache name to be specified in the command.
  2. Execute the eztool listcache command for confirming that the application information cache is deleted.
    Execute the eztool listcache command provided by EADs for confirming that the application information cache is deleted from the EADs server.
    Execution example:
    eztool listcache
    When you execute the command, a list of cache existing on the EADs server is output. Confirm that the cache name specified in step1 is not included in the output contents.

For details on the eztool listcache command, see the Elastic Application Data store User Guide.

(2) Deleting the session information cache on the EADs server

The procedure for deleting the session information cache on the EADs server is as follows:

  1. Execute the eztool deletecache command for deleting the session information cache.
    Execute the eztool deletecache command provided by EADs for deleting the session information cache from the EADs server.
    Execution example:
    eztool deletecache EADsSFO_SESSIONS
    In this execution example, the EADsSFO_SESSION cache is deleted from the EADs server. If you specify a cache name other than the default value in webserver.eadssfo.session.cache.name in 7.5 J2EE server settings, you must appropriately change the cache name to be specified in the command.
  2. Execute the eztool listcache command for confirming that the session information cache is deleted.
    Execute the eztool listcache command provided by EADs for confirming that the session information cache is deleted from the EADs server.
    Execution example:
    eztool listcache
    When you execute the command, a list of cache existing on the EADs server is output. Confirm that the cache name specified in step1 is not included in the output contents.

For details on the eztool listcache command, see the Elastic Application Data store User Guide.