I am using WSO2 API Manager 1.8 and it has been deployed on the cloud according to HAPRCCE. I have been given an IP https://192.168.X.XYZ
for accessing the API Manager, which is an IP given to Cloud Instance.
My problem occurs when I type https://192.168.X.XYZ
, it loads the publisher, what I have to do, the publisher to load Instead of loading the API store. The basic idea is that the domain will be mapped to the above IP address. Therefore, when a user types, the domain user should be shown that API is not API API publisher.
https://192.168.X.XYZ
-> https://myapistore.com
How do I configure API Store to WSO2 API Manager 1.8? Can the API be loaded instead of the publisher?
These and lt; AM_HOME & gt; In the / repository / components / plugins directory
, there is a bundle called "org.wso2.am.styles_1.xxjar". Open this jar and its component.xml
file located in the META-INF
directory. You should note that the default-reference
is indicated on the publisher
, change it to store
and update the jar.
& lt; Reference & gt; & Lt; Reference ID & gt; Default reference & lt; / Reference ID & gt; & Lt; Reference Name & gt; Shop & lt; / Reference name & gt; & Lt; Protocol & gt; Http & lt; / Protocol & gt; & Lt; Details & gt; API publisher default reference & lt; / Description & gt; & Lt; / References & gt;
Restart the server after doing the above.
Now, if you try to access the root URL of the server, it will be redirected to the API store ().
No comments:
Post a Comment