uCosminexus Application Server, Definition Reference Guide

[Contents][Index][Back][Next]

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-name Default value
ejbserver.connectionpool.applicationAuthentication.disabled false
ejbserver.connectionpool.sharingOutsideTransactionScope.enabled false
ejbserver.deploy.exclusive.lockAliveInterval 60
ejbserver.jndi.cache.reference off
ejbserver.manager.agent.Agent.conf#1 Cosminexus-installation-directory/manager/config/mngagent.real-server-name.properties
ejbserver.manager.agent.Agent.enabled#1 true
ejbserver.manager.jp1event.event_server_name localhost
ejbserver.naming.nameroot None
vbroker.agent.enableLocator#2 false
vbroker.orb.htc.comt.entryCount 120000
vbroker.orb.htc.comt.fileCount 3
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>