我是WSO2企业服务总线的新手,我遇到了端口号的问题...9443端口号已经在侦听另一个服务。我无法停止该服务是否有可能将WSO2 ESB中的端口更改为另一个端口号,即将https://localhost:9443/carbon更改为https://localhost:<some other port number>/carbon
https://localhost:9443/carbon
https://localhost:<some other port number>/carbon
发布于 2016-05-09 12:09:47
在/repository/conf/cion.xml文件中,您还可以指定端口偏移值。这仅适用于在同一台服务器上托管多个WSO2产品的情况。
<Ports> ... <Offset>0</Offset> ... </Ports>
有关配置端口偏移量的详细信息,请单击here。
发布于 2016-05-04 00:04:01
您可以添加端口偏移量并更改默认端口。检查here。
https://stackoverflow.com/questions/37008707
相似问题