• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Mango 4.2 Change port from 8443 to 8080?

    User help
    4
    5
    894
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cnmlscada
      last edited by

      Hi All, I have recently upgraded from v3.7? to v4.2. I see by default the Mango is using 8443. How and where is the location to change this? Changing SSL to false etc and adding port 8080 command in mango.properties does not work. Contrary to the documentation for 4.0 there is no reference to ports in the mango.properties file located in mango-data.
      Some pointers would be much appreciated- i would like to at least get this thing back to port 8080.

      terrypackerT 1 Reply Last reply Reply Quote 0
      • terrypackerT
        terrypacker @cnmlscada
        last edited by

        @cnmlscada Mango doesn't default to use port 8443, you must configure SSL for this to happen. It looks to me like Mango is finding a different properties file then the one you think it is using. Here is the search precedence in Mango 4:

        # Config file (mango.properties) search path:
        # $mango_config
        # $MA_ENV_PROPERTIES (legacy environment variable)
        # $mango_paths_data/mango.properties
        # $mango_paths_data/env.properties
        # ~/mango.properties
        # $mango_paths_home/env.properties (legacy location)
        # $mango_paths_home/overrides/properties/env.properties (legacy location)
        
        1 Reply Last reply Reply Quote 0
        • Jared WiltshireJ
          Jared Wiltshire
          last edited by

          Check the top of your log file/console output to see what configuration file Mango is using.

          Developer at Radix IoT

          1 Reply Last reply Reply Quote 0
          • C
            cnmlscada
            last edited by

            Hi Guys, Thanks for your pointers I manageed to get it sorted. Looking at the log it is using
            $mango_paths_data/mango.properties. By default after installation it was running SSL. I had commented out the SSL keystore location and password lines, added web.port=8080 and changed ssl.on=true to ssl.on=false - That was where the issue was. I commented out the ssl.on line - did a restart and all runs well with port 8080

            1 Reply Last reply Reply Quote 1
            • T
              tungthanh500
              last edited by

              For anyone saw this topic, solution is: Changing ssl.on=true to ssl.on=false

              1 Reply Last reply Reply Quote 0
              • First post
                Last post