There is a requirement to have my managment port different then my application port.
My management port should be let's say 8083 and when I deploy my application and try to access it , it should run on a separate port let's say 7777.
How can this be achieved.