How to Verify Apache Tomcat Server Operation (Windows)
See Apache: Tips and Tricks for similar articles.
After you have started the Apache Tomcat server, a logical question to ask would be: "How do I verify the Tomcat server is operational?" In this topic we will find out!
To learn how to verify the Apache Tomcat server operation in a Windows environment, follow these four steps:
- Start the Tomcat server.
- Start your browser if it is not already running.
- In the address area of the browser, type
http://localhost:8080and submit that address to the browser. - The Tomcat welcome page will display:
The Tomcat server is operational.
