Starting the Tomcat Server

After installing the Tomcat Server, perform the following to start the Tomcat Server:

  1. Open the command prompt and navigate to the bin folder of the Tomcat Server.

  2. Run the following command:

    bin>Startup.bat

    Note: A separate Apache Tomcat console window is not visible. You can check the server startup progress by viewing the log file /tomcat/logs/catalina.out.

  3. To stop the server, run the following command:

    bin>shutdown.bat