This documentation is for WSO2 API Manager 2.6.0. View documentation for the latest release.

All docs This doc
||
Skip to end of metadata
Go to start of metadata

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:

  1. Set the <DisplayURL> to true, and provide the URL of the Store in the <API-M_HOME>/repository/conf/api-manager.xml file.

    If you are using a distributed/clustered API Manager setup, this configuration must be done in the API Publisher node/s.

    Example
    <APIStore>  
           <DisplayURL>true</DisplayURL>     
           <URL>https://<hostname>:9443/store</URL>
    </APIStore>
    • <hostname> - The hostname of the API Publisher node.
  2. 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:

  • No labels