The splicer.properties file contains all of the configuration options for a servlet-filter-based ObjectGrid session manager.
# Properties file that contains all the configuration # options that the servlet filter based ObjectGrid session # manager can be configured to use. # # This properties file can be made to hold all the default # values to be assigned to these configuration settings, and # individual settings can be overridden using ANT Task # properties, if this properties file is used in conjunction # with the filtersplicer ANT task. # A string value of either "REMOTE" or "EMBEDDED". The default is REMOTE. # This is to indicate whether we should start # embedded WebSphere eXtreme Scale container inside any application server # process including WebSphere, WebLogic, JBoss, ToimCat. objectGridType= REMOTE # A string value that defines the name of the Object Grid # instance used for a particular web application. The default name # is sessionmanager. Setting this parameter overrides that value.# objectGridName = # Catalog Server can be contacted to obtain a client side # ObjectGrid instance. The value needs to be of the # form the form "host:port<,host:port>". # This list can be arbitrarily long and is used for bootstrapping only. # The first viable address will be used. It is optional inside WebSphere # if catalog.services.cluster is configured catalogHostPort = host:port<,host:port> # An integer value that defines the time in seconds between # writing of updated sessions to Object Grid. The default is 2 second replicationInterval = 1 # An integer value that defines the number of session references # kept in memory. The default is 2000. sessionTableSize = # A string value of either "true" or "false". The default is false. # It is to control whether we store session data as a whole entry # or store each attribute separately fragmentedSession = false # Tells the session manager whether to consider the use of URL encoding # (vs. cookies). The default if not set is false useURLEncoding = false # A string of file location for objectgrid xml file. # We load our built-in xml file automatically if it not specified # and if objectGridType=EMBEDDED objectGridXML = # A string of file location for objectGrid deployment policy xml file. # We load our built-in xml file automatically if it not specified # and if objectGridType=EMBEDDED objectGridDeploymentXML = # A string of IBM WebShere trace specification, # useful for all other application servers such as WebLogic. traceSpec= # A string of trace file location. # useful for all other application servers such as WebLogic. traceFile=