1

· Changing the hostnames from localhost to IP / Domain is not working. Running the API manager server overrides the configuration files (carbon.xml and api-manager.xml) to previous configuration. How should we change the domain names from localhost to domain or live IPs?

· The configuration is not editable in https://localhost:9443/carbon. Is there any other way to change configuration? Even the configuration is not visible in https://localhost:9443/admin.?

Please help...

Ray
  • 31
  • 3

1 Answers1

2

I guess you are referring to APIM 3.0.0 which comes with new configuration model. These configs are need to be modified in the deployment.toml file. Please refer https://apim.docs.wso2.com/en/latest/Reference/ConfigCatalog/ for more information.

See details on changing hostname in https://apim.docs.wso2.com/en/latest/InstallAndSetup/DeployingWSO2APIManager/changing-the-hostname/

Bee
  • 12,251
  • 11
  • 46
  • 73
Nirothipan
  • 314
  • 1
  • 2
  • 14
  • 1
    We already tried these configurations and changed the hostname. Also, we tried activating and generating keystores using the public certificate but the moment we set the keystore the API manager doesn’t get activated. – Ray Dec 31 '19 at 14:09