...
- Open the bundle
<AM_HOME>/repository/components/plugins
/org.wso2.am.styles_1.x.x.jar
. - Open the
component.xml
file that is insideMETA-INF
directory. Change the <context-name> element, which points to publisher by default, to store:
Code Block language html/xml <context> <context-id>default-context</context-id> <context-name>store</context-name> <protocol>http</protocol> <description>API Publisher Default Context</description> </context>
- Restart the server.
Open the default context (https://apis.com:9443) again in a browser and note that it directs to the API Store.
Excerpt hidden true Taken from FAQ space: http://docs.wso2.org/display/FAQ/APIM+Common#APIMCommon-%C2%A0HowcanIchangerootcontextoftheservertoredirecttoAPIStore