4.14.7 Parameters applicable to the JavaVM system properties for the batch server

The following table describes the parameters applicable to the JavaVM system properties for the batch server. For the details about the values to be specified in 'Value of param-name', see 3.3 usrconf.properties (User property file for batch servers). In the table below, Default value means the value that is assumed when the parameter is not specified.

Table 4-85 Parameters applicable to the JavaVM system properties for the batch server

Value of param-nameDefault value
ejbserver.connectionpool.applicationAuthentication.disabledfalse
ejbserver.connectionpool.sharingOutsideTransactionScope.enabledfalse
ejbserver.deploy.exclusive.lockAliveInterval60
ejbserver.jndi.cache.referenceoff
ejbserver.manager.agent.Agent.conf#1Cosminexus-installation-directory/manager/config/mngagent.real-server-name.properties
ejbserver.manager.agent.Agent.enabled#1true
ejbserver.manager.jp1event.event_server_namelocalhost
ejbserver.naming.namerootNone
vbroker.agent.enableLocator#2false
vbroker.orb.htc.comt.entryCount120000
vbroker.orb.htc.comt.fileCount3
vbroker.orb.htc.tracePath[In Windows]
Cosminexus-working-directory\ejb\server-name\logs\TPB\logj
[In UNIX]
Cosminexus-working-directory/ejb/server-name/logs/TPB/logj
Note:
For specifying the multiple values in param-value, specify multiple <param-value>.
(Example)
<param-name>parameter-name</param-name>
<param-value>Value<param-value>
<param-value>Value<param-value>
#1
Settings are not recommended because the Management Server sets the value automatically.
#2
Settings are not required normally.

Reference note
The parameters described in this table can also be described in the following format:
Specification format
<param-name>parameter-name</param-name>
<param-value>Parameter-name=Value<param-value>
For specifying the multiple values, specify multiple <param-value>.
Specification format when multiple values are specified
<param-name>ex.properties</param-name>
<param-value>Parameter-name=Value<param-value>
<param-value>Parameter-name=Value<param-value>