
- 
    更改默认端口 默认端口(8080)会与其他服务(如jenkins)冲突,建议修改 RUNNING.txt conf–>server.xml 
- 
    tomcat启停 

- 
    登录 第一次启动要求登录 

- 
    设置密码(修改账号密码) path:conf–>tomcat-users.xml 

- 
    新建项目 webapps下新建目录–>html文件命名index.html 如:report–> index.html 浏览器输入:localhost:port/report 即可访问 

更改默认端口
默认端口(8080)会与其他服务(如jenkins)冲突,建议修改
RUNNING.txt
conf–>server.xml
tomcat启停

登录
第一次启动要求登录

设置密码(修改账号密码)
path:conf–>tomcat-users.xml

新建项目
webapps下新建目录–>html文件命名index.html
如:report–> index.html
浏览器输入:localhost:port/report 即可访问