user manual
402 BES Developer’s Guide
Session Service (JSS) Properties
jss.pstore=<char_s
tring>
Persistent
store
Specifies the JDatastore
file to use for backend
storage. If the file does not
exist, JSS creates the file
with the .jds extention, for
example jss_factory.jds.
For any compatible
database supporting
JDBC, specifies the JNDI
name with the serial:
prefix, for example serial:/
/datasources/OracleDB to
use for backend storage. In
this case, JSS uses a
datasource that is
deployed in the Naming
Service under the JNDI
name specified.
If the JSS runs in the
Partition, the
JDataStore file
named is used, such
as jss_factory.jds.
If the JSS runs in a
standalone ejb
container, the
<container_name>_jss.
jds is used.
jss.userName=<char
_string>
User name User name JSS uses to
open a connection with the
JDataStore backend
database. Note: this
property is applicable only
if the jss.pstore property is
configured to use a
JDataStore file as backend
storage.
<default-user-name>
jss.maxIdle=<numer
ic value>
Max idle The time interval in
seconds between runs of
JSS garbage collection job.
The JSS garbage
collection job is responsible
for removing the state of
expired sessions from the
backend database. If set to
0, the garbage collection
job never starts.
1800 (=30min)
Property
Console
Property
Name
Description Default










