...
The tia® Status UI can be accessed via the web browser using the following URL:
when deployed as container:
http[s]://<FQDN or IP address>:<port>/info
when deployed as WAR file on web application server:
http[s]://<FQDN or IP address>:<port>/<context>/info
where
secure HTTPS can be configured (recommended)
<FQDN or IP address> refers to the server by full-qualified domain name or IP address running the container
<port> is the server port mapped to the container port when starting the container
<context> is the application context name (see Installation / Deployment (tC) )
...