Flashphoner http.port change to 8083 does not update RoomApp REST calls (still uses 8081)

hyuk

Member
Hi

Due to a port conflict, I changed the Flashphoner configuration value http.port in flashphoner.properties from 8081 to 8083. The server now starts with the new port, however RoomApp REST calls still appear to use 8081, e.g.:

As a result, the REST client fails to parse the response (HTML is returned instead of JSON), and we see errors like:

INFO RestClient - Failed to get error status
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
Could you please advise which configuration controls the base URL/port used for RoomApp REST endpoints (e.g., /apps/RoomApp/connect, /apps/RoomApp/ConnectionStatusEvent), so it can be updated to 8083 as well? If there is a separate setting for the internal REST/manager/app callback port, guidance on where to change it would be appreciated.

FlashphonerWebCallServer-5.3.154

Thank you,
 
Top