WSO2 APIM Changing the hostname for web portals
Hello WSO2 guys! In this post, I'll show how can you customise the hostname of the respective web portals of API Manager viz. devportal, publisher portal, carbon console and the admin console. Below environment I am using for this demonstration- WSO2APIM 3.2.0 Ubuntu Linux 18.x Do hostfile entry in VM by editing the hostfile as vi /etc/hosts 127.0.0.1 api.mydomain.com First download the WSO2 API Manager from here (I am using v3.2.0) Unzip the package as unzip wso2am-3.2.0.zip Navigate to the bin directory <APIM_HOME>/bin Start API Manager as ./wso2server.sh Open the browser and go to https://api.mydomain:9443/carbon & login with default credentials as admin/admin (it works because of hostfile entry) Navigate to the Service providers If you don't see any provider in the list, then just open two URLs https://localhost:9443/publisher & https://localhost:9443/devportal respectively and refresh the carbon console service provider page. Now you'll see