Disabling HTTPS port

By default, Developer Portal uses HTTPS port. However, you can modify this behavior based on your requirement.

Procedure

  1. Open the dpo_wrapper.conf file from the following location IntallDir/DeveloperPortal/configuration.
  2. Set the following property to false.
    wrapper.java.additional.2013=-Dserver.ssl.enabled=false
  3. Save and close the configuration file.
  4. Restart the server for the configuration changes to take effect.