Skip to main content
Skip table of contents

Starting the Developer Portal server

Prerequisites

Ensure the below:

  • Cassandra server is started

  • API Management Server is running

Developer Portal Jetty Configuration

If the Jetty configuration needs to be customized, make these changes in the properties file before launching the Developer Portal.

  1. Go to $FioranoHome\APIManagement\DeveloperPortal\properties.

  2. Open the DeveloperPortalConfig.properties file.

  3. Edit the properties as required.

Example:

  • Changing Jetty port number 2020 to a preferred one.

  • Enable SSL or change SSL port.

  • Add default Security Headers to the jetty for all calls.

  • Modify context name for admin developer portal

  1. Save and close the properties file.

Starting the server

To start the AMS server, execute the following command at $FIORANO_HOME\APIManagement\DeveloperPortal:

  • Linux

    CODE
    ./portal.bat
  • Windows

    CODE
    portal.bat
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.