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.xml
file, set the<DisplayURL>
to true and provide the URL of the Store. For example,If you are using a distributed/clustered API Manager setup, this configuration must be done in the API Publisher node/s.
<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.xml
file, set the<DisplayURL>
to true and provide the URL of the Publisher. For example,If you are using a distributed/clustered API Manager setup, this configuration must be done in the API Store node/s.
<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.