0

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"/>

ご意見をお聞かせください。

4

1 に答える 1

4

JMeterスクリプトに「 HTTP認証マネージャー」を含める必要があります。そこで、サイトにアクセスするための資格情報を指定します

于 2012-04-30T11:15:06.177 に答える