Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Web Manager network configuration specifies:

  • http and https ports for the Web Manager application
  • http and https ports for web-base visualizations
  • the used certificate for https connections

...

  • localhost
  • 127.0.0.1
  • Computer name (e.g. john-pc)
  • Full computer name (e.g. john-pc.company.com, in case your computer is part of a domain)
  • All available IP addresses (e.g. 172.16.1.150)

Ports

To avoid conflicts with other web applications on the same machine, the Web Manager application uses the following ports by default:

  • 21000 (http)
  • 21001 (https for secure access)

Default values for ports for web-based visualization are

...

The default TCP ports are

Application

HTTP

HTTPS

Web Manager2100021001
Web Visualization80443

Emerging URLs

For each pair of IP address/host name and port, the Web Manager listens on the http port as well as on the https port using the respective protocol.
Make Always make sure to always use the http protocol with the regular part and the https protocol with the secure port. The URLs are concatenated as follows: <http|https>://<ip|host>:<port|secureport>

...

Note

Please note that the Web Manager needs to be restarted for any changes to take effect.


If you want to To use different ports or a custom certificate to access the Web Manager, you can change the configuration file accordingly.

...

using the Service Control application.

Certificate

As mentioned in the basic setup above, the Web Manager uses an automatically generated certificate by default in order to access the Web Manager using https.
However, if you want to use a custom certificate for the web managerWeb Manager, for example when accessing the Web Manager externally, do the following:

  • To import a certificate or determine where a certificate you want to use is located, open the windows certificate manager (Press the windows key or click the windows button in the taskbar, enter certmgr and open the certificate manager)



  • Select the desired store (for example Personal\Certificates)



  • Double click the certificate you want to use (for example localhost)
  • Select the Details tab and note the subject name of the certificate.



  • Open the configuration file file <install-dir>\WebManager\global_config\config.xml and remove the start and end of the comment ("<!–" and "-->") in the certificate section so that it looks like this:



  • Use "storename" and "subject" to point to the certificate you just opened.
  • As "storename", use the identifier of the certificate's store (for example My is the identifier of the store Personal\Certificates), which can be one of the following:
    Refer to the official documentation to learn more about this topic.

...

  • Open the Web Manager log file. In a typical installation this is C:\Program Files (x86)\NETxAutomation\BMS . Platform.2018\WebManager\log_files\nxaWebManagerLog.txt.
  • Scroll to the top and look for log entires similar to those shown below

...