Changing the ConnectALL Scheduler service port
search cancel

Changing the ConnectALL Scheduler service port

book

Article ID: 376578

calendar_today

Updated On:

Products

ConnectAll On-Prem ConnectALL

Issue/Introduction

For some reason if there is a requirement to change the port for Scheduler service from the default 9090 port, it can be done by updating the port in Config files. This article covers steps to be followed to change the port.

Environment

3.x

Resolution

  1. Stop connectall-broker
  2. Stop connectall-core
  3. Stop connectall-scheduler
  4. Navigate to ../Core/conf and modify ConnectAll.properties file and change the property scheduler.service.port=http://0.0.0.0:9090 to update the port number.
  5. Navigate to ../Scheduler/conf and modify application.properties file and change the property server.port=9090 to update the port number. Make sure the ports are same in both the files.
  6. Start connectall-broker
  7. Start connectall-core
  8. Start connectall-scheduler
  9. Now login to UI and verify that Automation Schedules table on Dashboard screen does not show any error and you can trigger automation.