All docs
This doc
...
<AM_HOME>/repository/components/plugins
/org.wso2.am.styles_1.x.x.jar
.component.xml
file that is inside META-INF
directory.Change the <context-name>
element, which points to publisher by default, to store:
Code Block | ||
---|---|---|
| ||
<context> <context-id>default-context</context-id> <context-name>store</context-name> <protocol>http</protocol> <description>API Publisher Default Context</description> </context> |
<API-M_HOME>/repository/components/plugins
directory.Open the default context (https://apis.com:9443) again in a browser and note that it directs to the API Store.
...