What port number is used to expose the domain url of a mule application deployed to cloudhub
Answers
Answered by
1
Answer:
If your application requires an externally accessible HTTP or HTTPS port to receive messages, trigger events, or expose a web service or user interface, declare the HTTP Listener port using the reserved property ${http.port} or ${https.port}. On CloudHub, port ${http.port} or ${https.port} is assigned automatically by the platform services. Traffic on port 80 to your application domain’s URL is routed to ${http.port} and traffic on port 443 is route to ${https.port}.
To support routing to multiple CloudHub services over this port, you need to configure each with unique paths on the URL that is exposed.
Similar questions