user manual

Chapter 31: EJB, JSS, and JTS Properties 401
Session Service (JSS) Properties
The JSS supports two kinds of backend storage: JDataStore or a JDBC
datasource. For more information, go to Chapter 6, Java Session Service
(JSS) configuration.
Property
Console
Property
Name
Description Default
jss.factoryName=<c
har_string>
Factory
name
Name given to the JSS
factory created by this
service. The service gets
registered with this name in
the Smart Agent (osagent).
If not specified and
the JSS runs in the
Partition, the default
value is:
<server_name>/
<partition_name>.
If not specified and
the JSS runs in a
standalone EJB
container, the default
value is EJB/
JSS[<container_name>]
.
jss.workingDir=<pa
th>
Working
directory
The directory where the
backend database
(JDataStore) file is located.
Note: this property is
applicable only if the
jss.pstore property is
configured to use a
JDataStore file as backend
storage.
If not specified and
the JSS runs in the
Partition, then the
Partition's working
directory
<install_dir>/var/
domains/
<domain_name>/
configurations/
<configuration_name>/
<partition_name> is
used.
If not specified and
the JSS runs as part
of a standalone EJB
container, then the
current directory
where the container
started is used.