user manual

Chapter 6: Java Session Service (JSS) configuration 67
Managing and configuring the JSS
CREATE TABLE "JSS_EJB" ("KEY" STRING PRIMARY KEY, "VALUE" BINARY,
"EXPIRATION" BIGINT);
The JSS can run as part of the Partition side-by-side with other Partition
services.
Configuring the JSS Partition service
As a "Partition service", JSS configuration information is located in each
Partition's data directory in the partition.xml file. By default, this file is located
in the following directory:
<install_dir>/var/domains/base/configurations/<configuration_name>/mos/
<partition_name>/adm/properties.
For example, for a Partition named "MyPartition", by default the JSS
configuration information is located in:
<install_dir>/var/domains/base/configurations/<configuration_name>/mos/
mypartition/adm/properties/partition.xml
For more information, go to the Chapter 30, Partition XML reference,
<service> element section.
Otherwise, for the location of a Partition data directory, go to the
configuration.xml file located in:
<install_dir>/var/domains/base/configurations/<configuration_name>/
and search for the Partition managed object (mo) directory attribute:
<partition-process directory=
For more information about the configuration.xml, go to the BDOC Reference,
Configurations and the configuration.xml file section.
For a listing and description of the session service (JSS) level properties, go to
Chapter 31, EJB, JSS, and JTS Properties.