HELLO,WORLD

tomcat6、tomcat7配置用户

--tomcat6.x
  <role rolename="jack"/>
  <user username="jack" password="" roles="manager"/>

--tomcat7.x
  <role rolename="manager-gui"/>
    <role rolename="admin-gui"/>
  <user username="qin" password="" roles="manager-gui,admin-gui"/>

 

posted @ 2016-06-12 14:40  秦正全  阅读(240)  评论(0编辑  收藏  举报