Mule - Change the port being used by an application server

by
Jeremy Canfield |
Updated: March 13 2020
| Mule articles
In wrapper.conf
It almost always makes the most sense to update the HTTP / HTTPS port being used by Mule in the wrapper.conf file, instead of in AnyPoint. The -Dmule.mmc.bind.port option is used to set the HTTP port being used by Mule.
wrapper.java.additional.##=-Dmule.mmc.bind.port=8081
The -Dsd.port option is using to set the HTTPS port.
wrapper.java.additional.##=-Dsd.port=8444
In AnyPoint
The default port used by a Mule HTTP application is 8081.
- In Mule, select the HTTP connector.
- Next to Connector Configuration, select the Edit icon.
- Enter your perferred port. In this example, port 12345 is used.
- You will now be able to access your application using the new port (12345 in this examples).
Did you find this article helpful?
If so, consider buying me a coffee over at