jindov opened a new issue #3073: TR can not call crState, crConfig endpoint if TM do not use port 80 URL: https://github.com/apache/trafficcontrol/issues/3073 Hi, This is my case, I setup TM with another port, for example 82, and in the traffic_monitor.properties file of TR I declare `traffic_monitor.bootstrap.hosts=trafficmonitor.example.com:82`. Then start the TR, the `TrafficMonitorWatcher` show that it can call TM endpoint, but the `PeriodicResourceUpdater` always call the endpoint at port 80, I have to hard code in `/traffic_router/core/src/main/webapp/WEB-INF/applicationContext.xml`: ``` <property name="stateUrl" value="http://trafficmonitor.example.com:82/publish/CrStates" /> <property name="configUrl" value="http://trafficmonitor.example.com:82/publish/CrConfig?json" /> ``` and rebuild the rpm.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
