码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat安装

时间:2017-12-19 19:50:38      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:word   apach   rtu   username   下载   start   class   home   star   

1、下载tomcat安装包

https://tomcat.apache.org

2、解压后拷贝到安装目录

3、机器JAVA_HOME环境变量设置到JDK目录

4、启动,tomcat的bin目录下执行startup.bat

5、访问初始页面localhost:8080

6,添加管理用户,修改conf目录下的tomcat-users.xml文件添加

<role rolename="manager-gui"/>
<user username="tomcat" password="tomcat" roles="manager-gui"/>

tomcat安装

标签:word   apach   rtu   username   下载   start   class   home   star   

原文地址:http://www.cnblogs.com/timlong/p/8066006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!