Windows installation Java and Configuration environment
Http://www.cnblogs.com/17shiqi/p/7397939.html
Tomcat is registered as a Windows service
I am a win7 environment,
Enter the Tomcat directory, and then go to the Bin directory
shift+ Right click here to open Command window
Service Start-Stop (two ways) 1. Command line mode
Open the CMD window with Administrator privileges (http://jingyan.baidu.com/article/e73e26c0f87c2424adb6a7f1.html)
After reading the link experience, open the CMD window with administrator rights and lock it in the taskbar
The service name is: TOMCAT7
Start service: net start TOMCAT7
Stop service: net stop TOMCAT7
2. Start the service in the Service Management tool
Open Control Panel (shortcut win+r input Control confirmation)
Open Administrative Tools
Select a service
Right mouse button Select Properties
Select startup Type Automatic
Start or stop selecting according to your own needs
The application is OK.
Registering Tomcat as a Windows service