JMeterを使用してWebサーバーのパフォーマンスを監視しようとしています。私は、WebサーバーをテストするためにJMeterを構成するために与えられた規則を、hereとしました。JMeterでWebサーバーを監視する
はしても、私は401不正なエラーを取得しています以下のステップの後:
<role rolename="manager-status"/>
<user username="tomcat" password="s3cret" roles="manager-status"/>
してくださいアドバイス: 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の編集しました。
JMeterは通常のHTTPRequestを使用しています。 JMeterを実行していたのですが、通常のブラウザを使用してWebサーバーにアクセスできますか? –
はい、私のWebブラウザから 'http:// localhost:8054/manager/status'にアクセスすることができました –