简体   繁体   English

关于WSO2 ESB https:// localhost:9443 / carbon中的端口问题,是否有可能将wso2esb的默认端口号更改为另一个端口号

[英]Regarding port issue in WSO2 ESB https://localhost:9443/carbon is there any possibility to change default port no of wso2esb to another port number

I am new to WSO2 ESB I am facing problem with port number...9443 port number is already listening to another service. 我是WSO2 ESB的新手,我面临端口号... 9443的问题,端口号已在侦听另一服务。 I am unable stop that service is there any possibility to change port in WSO2 ESB to another port no, ie https://localhost:9443/carbon to https://localhost:<some other port number>/carbon ? 我无法停止该服务,是否有可能将WSO2 ESB中的端口更改为另一个端口号,即将https://localhost:9443/carbon更改为https://localhost:<some other port number>/carbon

In the /repository/conf/carbon.xml file, you can also specify the port offset value. 在/repository/conf/carbon.xml文件中,您还可以指定端口偏移值。 This is ONLY applicable if you have multiple WSO2 products hosted on the same server. 仅当在同一服务器上托管多个WSO2产品时,此方法才适用。

<Ports>
  ...
  <Offset>0</Offset>
  ...
</Ports>

Click here for more information on configuring the port offset. 单击此处以获取有关配置端口偏移的更多信息。

You can add a port offset and change the default port. 您可以添加端口偏移量并更改默认端口。 Check here . 在这里检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM