티스토리 뷰

D:\workspace\apache-tomcat-5.5.36\conf   

톰캣이 설치된 파일 > conf > tomcat-users.xml 의 

<tomcat-users>
  <user name="tomcat" password="tomcat" roles="tomcat" />
  <user name="role1"  password="tomcat" roles="role1"  />
  <user name="both"   password="tomcat" roles="tomcat,role1" />
</tomcat-users>


을 수정하거나 여기 있는 계정을 사용한다.


 <role rolename="manager"/>
  <role rolename="standard"/>
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="admin" password="admin" roles="standard,manager"/>
  <user username="role1" password="tomcat" roles="role1"/>


반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함