Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的本地 Windows 机器上运行 WSO2 ESB 和 WSO2 Governance Reg。问题是我必须交替执行,因为管理面板位于同一地址:https://192......:9443/carbon/ 所以我当时只能看到一个。
https://192......:9443/carbon/
如何在同一台机器上访问不同 URL 的两个管理面板?或者您认为在同一台机器上运行两个 WSO2 平台是一种不好的做法?
我希望我的问题不会令人困惑。非常感谢您的帮助
您可以运行多个 WSO2 服务器(例如 ESB、AS、BPS 等),通过使用repository/conf/carbon.xml. 偏移量将所有端口移动给定值。默认情况下,偏移属性设置为零。( https://192......:9443/carbon/)
repository/conf/carbon.xml
将偏移值设置为 1;( https://192......:9444/carbon/) 更改以下属性值repository/conf/carbon.xml
https://192......:9444/carbon/
<Ports> <Offset>1</Offset> ---- </Ports>
希望这可以帮助。
谢谢
蒂利尼