我应该在 linux 上为 wso2-emm 打开哪些端口
what are the ports I should open on linux for wso2-emm
我读了这个文档
EMM110/Default+Ports+of+WSO2+Products
我更改端口
9443 到 9766
9763 至 9764
我打开了
端口形式 9764 -> 9770
我将这些端口更改为 carbon.xml
<JMX>
<!--The port RMI registry is exposed-->
<RMIRegistryPort>9768</RMIRegistryPort>
<!--The port RMI server should be exposed-->
<RMIServerPort>9770</RMIServerPort>
</JMX>
我应该做什么其他配置?
您必须更改 axis2 配置和 tomcat 配置中的端口。所有配置文件都在 \repository\conf\
.
可能还有一些其他端口!我建议您通过 $netstat -nltp
检查所有使用的端口,并在更改后监控使用的端口,以确保您已更改所需的所有端口并且所有端口都正常工作。
我读了这个文档 EMM110/Default+Ports+of+WSO2+Products
我更改端口
9443 到 9766
9763 至 9764
我打开了
端口形式 9764 -> 9770
我将这些端口更改为 carbon.xml
<JMX>
<!--The port RMI registry is exposed-->
<RMIRegistryPort>9768</RMIRegistryPort>
<!--The port RMI server should be exposed-->
<RMIServerPort>9770</RMIServerPort>
</JMX>
我应该做什么其他配置?
您必须更改 axis2 配置和 tomcat 配置中的端口。所有配置文件都在 \repository\conf\
.
可能还有一些其他端口!我建议您通过 $netstat -nltp
检查所有使用的端口,并在更改后监控使用的端口,以确保您已更改所需的所有端口并且所有端口都正常工作。