Batch Server Port Settings - trillium_geolocation - 15.21

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.21
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last edition
2024-07-17
Last publish date
2024-07-17T14:48:30.219520

The Batch server listens for incoming connections on a network port, which defaults to 15515. To specify a different port, change the <Value> entry in the “Main Port” option in the <BatchServerOptions> section:

<BatchServerOptions>
   …
   <Option>
      <Name>Main Port</Name>
      <Value>15515</Value>
   </Option>
   …
</BatchServerOptions>

The Batch server listens for informational requests on a different port, which defaults to 15516. To specify a different port, change the <Value> entry in the “Stats Port” option in the <BatchServerOptions> section:

<BatchServerOptions>
   …
   <Option>
      <Name>Stats Port</Name>
      <Value>15516</Value>
   </Option>
   …
</BatchServerOptions>