Start Tomcat using any one of these methods:
- From the Apache Tomcat 6 Properties window:
- Select Start > Apache Tomcat 6.0 > Configure Tomcat to open the window.
- Click the General tab.
- On the General page, click the Start button to start Tomcat.
- Using the Windows run command:
- Select Start > Run.
- In the Run box, type cmd, then click OK.
- At the new command prompt, start Tomcat by typing
net start tomcat6
then press Enter.When you need to stop Tomcat, type
net stop tomcat6
then press Enter.
- Via the Windows Services Microsoft Management Console (MMC), if you are familiar with it.