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>