nerdexam
MuleSoft

MCD-LEVEL-1 · Question #116

A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP listeners port attribute is configured with a property placeholder named http.port. The mule application sets the…

The correct answer is C. The HTTP Listener is listening on port 8081. Cloudhub expose services on port 8081 and override value in http.port with this one . Sample log in Runtime Manager is below 21:15:53.148 08/08/2021 Worker-0 ArtifactDeployer.start.01 INFO

Deploying and Managing Mule Applications

Question

A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP listeners port attribute is configured with a property placeholder named http.port. The mule application sets the http.port property placeholder's value to 9090 The Mule application is deployed to CloudHub without setting any properties in the Runtime manager Properties tab and a log message reports the status of the HTTP listener after the Mule application deployment completes. After the mule applications is deployed, what information is reported in the worker logs related to the port on which the Mule application's HTTP Listener listens?

Options

  • AThe HTTP Listener is listening on port 80
  • BThe HTTP Listener is listening on port 9090
  • CThe HTTP Listener is listening on port 8081
  • DThe HTTP Listener failed to bind to the port and is not listening for connections

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    16% (3)
  • C
    79% (15)

Explanation

Cloudhub expose services on port 8081 and override value in http.port with this one . Sample log in Runtime Manager is below 21:15:53.148 08/08/2021 Worker-0 ArtifactDeployer.start.01 INFO

Topics

#CloudHub#HTTP Listener#port override#property placeholders

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice