Hello
Which ports does the admin server have to accept from the job server ? mysql ? Which port range is used for the stats ? |
There is only one port for admin sever have to accept from the job server, commandline studio and mysql, it is 8080 by default.
About the stat port, search in the file 'configuration.properties' which locates on webapps\TAC_deploy_directory\WEB-INF\classes
# The range where find a free port on the Administrator machine, where the job
will send the statistics informations during its execution
scheduler.conf.statisticsRangePorts=10000-11000
and then you can change the range of port if needed.
Best regards
Shong