Adding Links to Navigate Between the Store and Publisher
By default, there are no links in the UIs of the API Store and API Publisher applications to traverse between the two apps.
To add a link in API Publisher to API Store:
In
<AM_HOME>/repository/conf/api-manager.xmlfile, set the<DisplayURL>to true and provide the URL of the Store. For example,<APIStore> <DisplayURL>true</DisplayURL> <URL>https://<hostname of the API Publisher node>:9443/store</URL> </APIStore>Note a URL that points to the API Store in the top, right-hand corner of the API Publisher. For example,
To add a link in API Store to API Publisher:
In
<AM_HOME>/repository/conf/api-manager.xmlfile, set the<DisplayURL>to true and provide the URL of the Publisher. For example,<APIPublisher> <DisplayURL>true</DisplayURL> <URL>https://<hostname of the API Store node>:9443/publisher</URL> </APIPublisher>Note a URL in the API Store that points to the API Publisher. For example,
For information on clustering, see Clustering WSO2 API Manager.
For information on deployment patterns, see Deployment Patterns of WSO2 API Manager.