uCosminexus Application Server, Expansion Guide

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

7.6.3 Creating a cache

Create a cache (application information cache and session information cache) that is to be used in the EADs session failover functionality, on the EADs server.

For details on commands used when creating a cache, see the Elastic Application Data store User Guide.

Organization of this subsection
(1) Creating the application information cache
(2) Creating the session information cache

(1) Creating the application information cache

Create the application information cache with the following procedures:

  1. Execute the eztool createcache command for creating the application information cache on the EADs server.
    If you execute the eztool createcache command provided by EADs, the application information cache of the name specified on the EADs server is created.
    Execution example:
    eztool createcache EADsSFO_APP_INFO
    In this example, the EADsSFO_APP_INFO cache is created.
    If you have specified a cache name other than the default value in the webserver.eadssfo.application.cache.name key in 7.5 J2EE server settings, appropriately change the cache name to be specified in the command.
  2. Execute the eztool listcache command for checking that a cache is created on the EADs server.
    If you execute the eztool listcache command provided by EADs, a list of cache existing on the EADs server is output. Check that the cache name specified in step 1 is included in the output contents.
    Execution example:
    eztool listcache

(2) Creating the session information cache

Create the session information cache with the following procedures:

  1. Execute the eztool createcache command for creating the session information cache on the EADs server.
    If you execute the eztool createcache command provided by EADs, the session information cache of the name specified on the EADs server is created.
    Execution example:
    eztool createcache EADsSFO_SESSIONS
    In this example, the EADsSFO_SESSIONS cache is created.
    If you specify a cache name other than the default value in the webserver.eadssfo.session.cache.name key in 7.5 J2EE server settings, appropriately change the cache name to be specified in the command.
  2. Execute the eztool listcache command for checking that a cache is created on EADs server.
    If you execute the eztool listcache command provided by EADs, a list of cache existing on the EADs server is output. Check that the cache name specified in step 1 is included in the output contents.
    Execution example:
    eztool listcache