Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/IT Desktop Management 2 - Smart Device Manager Description, User's Guide, Reference and Operator's Guide


16.6 Communication server environment setting file (CommunicationServerEngine.properties)

This file specifies the operating environment for the communication server.

Format

messaging.server.address = messaging-server-connection-destination-address
messaging.server.port = messaging-server-connection-destination-port-number
request.timeout.time = request-timeout-time
semaphore.wait.timeout.time = semaphore-allocation-timeout-time
ios.battery.inventory.timeout.time = iOS-device-battery-information-collection-interval
detail.debug.log.mode = detailed-trace-log-output-mode

Setting items

The following describes the setting items and specifiable values for the communication server environment setting file:

Setting item

Description

Specifiable value

Initial value

messaging.server.address

Specify the connection destination address for the messaging server.

This item must be specified.

IPv4 address

localhost

messaging.server.port

Specify the connection destination port number for the messaging server.

This item must be specified.

1 to 65535

26078

request.timeout.time

Specify the request timeout time.

0 to 60 (in minutes)

5

semaphore.wait.timeout.time

Specify the semaphore allocation timeout time.

0 to 60 (in minutes)

5

ios.battery.inventory.timeout.time

Specify the interval for collecting iOS device battery information.

1 to 60 (in minutes)

60

detail.debug.log.mode

Specify the detailed trace log output mode.

0

Disabled

1

Enabled

0

Example

messaging.server.address = localhost
messaging.server.port = 9000
request.timeout.time = 5
semaphore.wait.timeout.time = 5
ios.battery.inventory.timeout.time = 60
detail.debug.log.mode = 0