ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 116 - MCD - Level 1 discussion

Report
Export

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?

A.
The HTTP Listener is listening on port 80
Answers
A.
The HTTP Listener is listening on port 80
B.
The HTTP Listener is listening on port 9090
Answers
B.
The HTTP Listener is listening on port 9090
C.
The HTTP Listener is listening on port 8081
Answers
C.
The HTTP Listener is listening on port 8081
D.
The HTTP Listener failed to bind to the port and is not listening for connections
Answers
D.
The HTTP Listener failed to bind to the port and is not listening for connections
Suggested answer: C

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

Listening for connections on 'http://0.0.0.0:8081'

asked 18/09/2024
Victor Chacon
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first