私は次のものを持っていますtomcat-users.xml
:
<tomcat-users>
<role rolename="admin"/>
<role rolename="manager"/>
<user username="aname" password="apassword" roles="admin,manager"/>
</tomcat-users>
に行くとhttp://localhost:8080/manager/html
、ユーザー名とパスワードについて尋ねられますが(私が理解している限り、これらについてはからtomcat-users.xml
)、入力すると次のようになります。
403 Access Denied
You are not authorized to view this page.
If you have already configured the Manager application to allow access and you have used your browsers back button...
そのような行動の理由は何でしょうか?前もって感謝します。