This documentation is for WSO2 API Manager 1.9.1. View documentation for the latest release.
||
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 API Publisher to API Store:

  1. 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>
  2. 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:

  1. 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>
  2. Note a URL in the API Store that points to the API Publisher. For example,
  • No labels