...
- 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
...
Default TCP ports are
Application | HTTP | HTTPS |
---|---|---|
Web Manager | 21000 | 21001 |
Web Visualization | 80 | 443 |
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 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 manager, for example when accessing the Web Manager externally, do the following:
...