JMeterを使用して、Webサーバーのパフォーマンスを監視しようとしています。ここに示すように、WebサーバーをテストするようにJMeterを構成するために与えられたルールに従いました。
手順を実行した後でも、401Unauthorizedエラーが発生します。
You are not authorized to view this page. If you have not changed any configuration files, please examine the file conf/tomcat-users.xml in your installation. That file must contain the credentials to let you use this webapp
tomcat-users.xmlを編集して、次の行を追加しました。
<role rolename="manager-status"/>
<user username="tomcat" password="s3cret" roles="manager-status"/>
ご意見をお聞かせください。