-
Download URL http://tomcat.apache.org/download-80.cgi
-
Get Binary Distributions according to you PC configuration

-
Setup environment
3.1 First ensure the JDK environment is exist.
3.2 Set a variable named
TOMCAT_HOMEand value is end toxxxapache-tomcat-7.0.26in you system environment or user environment如果系统变量存在此配置,用系统变量的,如果没有才会使用用户设置的变量
3.3 Start tomcat, run tomcat path/bin/startup.bat

3.4 Enter http://localhost:8080

-
Notice
4.1 进入tomcat的bin目录下我们会发现这里有tomcat8w.exe,说明tomcat可以用窗体来进行管理,于是我们要初始化服务,打开命令行,执行service.bat install。当出现
The service 'Tomcat8' has been installed.说明serrvice安装完毕,此时在你的服务中可以看到

4.2 双击tomcat8w.exe便可以进行tomcat web服务器的管理了
