tomcat-users.xml의 사용자 및 그룹에 역할 바인딩
Apache Tomcat V5.5 또는 V6.0을 사용하는 경우
프로덕션 환경의 사용자 저장소는 일반적으로 LDAP 디렉토리 또는
관계형 데이터베이스이지만 기본적으로 tomcat-users.xml 파일입니다. tomcat-users.xml 파일에서
다음에 위치합니다.
<tomcat-users>
<user name="bob" password="guesswhat" roles="user"/>
</tomcat-users>