I read this doc EMM110/Default+Ports+of+WSO2+Products
I cange the ports
9443 to 9766
9763 to 9764
I opened
ports form 9764 -> 9770
I changed these ports to in carbon.xml
<JMX>
<!--The port RMI registry is exposed-->
<RMIRegistryPort>9768</RMIRegistryPort>
<!--The port RMI server should be exposed-->
<RMIServerPort>9770</RMIServerPort>
</JMX>
what other config I should do ?