This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
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 the WSO2 API Publisher to the WSO2 API Store:
Set the
<DisplayURL>totrue, and provide the URL of the Store in the<API-M_HOME>/repository/conf/api-manager.xmlfile.Example
<APIStore> <DisplayURL>true</DisplayURL> <URL>https://<hostname>:9443/store</URL> </APIStore><hostname>- The hostname of the API Publisher node.
Restart the WSO2 API-M server.
Note that a URL that points to the API Store appears on the top, right-hand corner of the WSO2 API Publisher.
Example:
For information on clustering, see Clustering WSO2 API Manager.
For information on deployment patterns, see Deployment Patterns of WSO2 API Manager.