# Manually Configuring the Analysis Server Connection to Ingress

This will guide you in configuring the Analysis Server to connect to Open iT Ingress. This is useful when Analysis Server is installed before Ingress or when you are connecting to other Ingress installations.

To manually configure Analysis Server, follow these instructions:

  1. Go the Analysis Server Configuration directory, which is by default in C:\Program Files\OpeniT\Analysis Server\Configuration.

  2. Look for the configuration file ingress.json and open it with a text editor.

  3. Modify the value of uri with the Ingress installation you want to connect to.

    ingress.json
    1| {
    2|    "uri": "http://<ingress_hostname>:8080",
    3|    "checkSslValidity": false
    4| }

    If using HTTPS:

    ingress.json
    1| {
    2|    "uri": "https://<ingress_hostname>:443",
    3|    "checkSslValidity": false
    4| }
    
  4. Save the changes.

  5. Use the instructions in Enabling Anonymous Authentication in IIS section to successfully enable the authentication and refresh the web site.

  6. Verify that the Analysis Server web interface is connected to Ingress by accessing the following uri:

    http://<ingress_hostname>:8080/analyzer

    Or if using https

    https://<ingress_hostname>:443/analyzer

    Where:

    • <ingress_hostname> is the hostname of the machine where Ingress is installed.

      Example
      http://desktop-oit:8080/analyzer

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close