我正在嘗試EC2 Ubuntu實例中的Wso2 API管理器。當我運行./wso2server.sh時,主機名被設置爲EC2機器的專用IP。要更改專用IP到我的彈性IP,我改變WSO2 API管理器中的主機名更改未反映
<ServerURL>https://${carbon.local.ip}:${carbon.management.port}${carbon.context}/services/</ServerURL>
到
https://開頭< - elastic_IP -
:$ {} carbon.management.port $ {carbon.context}/services/
inside PRODUCT_HOME/rep ository/conf目錄/ carbox.xml。
這並沒有解決我的問題。所以我全部換成$ {} carbon.local.ip內部存在PRODUCT_HOME/repository/conf/
我的彈性IP,但仍當我開始我得到「我的私有IP CarbonUIServiceComponent MGT控制檯URL」的服務器
有人可以幫我解決這個將Private_IP更改爲elastic_IP的問題?
謝謝