Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
AllowsCloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP Listener
Allows CloudHub to automatically register the application with API Manager
Allows MuleSoft Support to troubleshoot the application by connectingdirectly to the HTTP Listener
Allows clients to VPN directly to the application at the Mule application's configured HTTP port
This helps CloudHub to dynamically allocates a port at deployment time.
MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.3/deploy-to-cloudhub#prerequisites
Submit