Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the bundle <AM_HOME>/repository/components/plugins/org.wso2.am.styles_1.x.x.jar.
  2. Open the component.xml file that is inside META-INF directory.
  3. Change the <context-name> element, which points to publisher by default, to store:

    Code Block
    languagehtml/xml
    <context>
            <context-id>default-context</context-id>
            <context-name>store</context-name>
            <protocol>http</protocol>
            <description>API Publisher Default Context</description>
     </context>
  4. Restart the server.
  5. Open the default context (https://apis.com:9443) again in a browser and note that it directs to the API Store.

    Excerpt
    hiddentrue

    Taken from FAQ space: http://docs.wso2.org/display/FAQ/APIM+Common#APIMCommon-%C2%A0HowcanIchangerootcontextoftheservertoredirecttoAPIStore