To check the status of Tomcat, open the browser and type the URL in the below format:
<protocol_name>://<IP_address>:<port_number>
where,
<protocol_name> is the name of the protocol you are using, for example, HTTP or HTTPS.
<IP_Address> is the IP address of the computer where Apache Tomcat 9 is installed.
<port_no> is the port number of the computer on which Apache Tomcat 9 is installed.
For example, http://192.168.1.1:80
The Tomcat welcome page appears, indicating Tomcat is running.