0
votes

I have followed the procedure for cluster deployment of wso2 API manager mentioned in

Referencing: http://docs.wso2.org/display/CLUSTER420/Clustering+API+Manager

But when i am running API manager with different profile wso2 API manager is started but is not accessible from the browser.However, if I change the port offset in carbon.xml to 0 and then r everything runs fine.Please tell me where is the issue.

1

1 Answers

0
votes

When you change the port offset in carbon.xml, all default port values will be adjusted according to the port offset values.

If port offset is 2, the default HTTPS port 9443 will be changed 9445 in the run time. So you should access the management console via 9445 port.

Also see following wiki page about changing port offset for API Manager.

http://docs.wso2.org/display/AM160/Changing+the+Default+Ports+with+Offset

I hope this helps