You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This page is only valid with ADS 1.5.5 !

NTP Protocol Configuration

The server.xml file contains the bas configuration for the NTP server :

<ntpServer id="ntpServer" ipPort="60123" nbThreads="2"/>

With such a configuration, the NTP server will listen to port 60123, with UDP and TCP transports.

Common Service Configuration Parameters

Parameter

Default value

Description

Optionnal

id

"ntpServer"

Do not change thois value : it is used internally to identify the NTP servcer instance

NA

ipPort

123

The IP port for this service. It is valid for both UDP and TCP transports.
to define only one of those two transports, or to set a specific port for each transport, use the two following
parameters

yes

tcpPort

123

The TCP port for this service. It is valid for UDP only.

yes

udpPort

123

The UDP port for this service. It is valid for TCP only.

yes

ipAddress

localhost

The IP address for this service.

yes

serviceName

Apache NTP Service

The friendly name of this service.

nbThreads

2

The number of thread used by the service IoProcessor

yes

More Information

For help with more advanced configurations, check out our Interoperability Guide.

  • No labels