Batch Server Port Settings - trillium_geolocation - 15.19

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.19
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-04-16
Published on
2024-04-16T03:27:32.653616

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>