.Java エージェントに Newrelic を使用しています。プロンプトでコマンド「java -jar newrelic.jar install」を使用して、newrelic.yml ファイルをインストールします。実行すると、メッセージが INSTALL SUCCESSFUL およびその他の情報として表示されます。run.bat ファイルを実行すると、newrelic.yml のセットアップも見つかります。しかし、ポートを "localhost:8080/newrelic" として実行すると、ブラウザに newrelic API が表示されません。ポート 8080 でサーバーを起動しました。
newrelic diectory.My newrelic_agent.log のログフォルダーには次の行が含まれています...,
Feb 8, 2012 05:49:07 PM NewRelic INFO: Writing to New Relic log file: D:\work\software\jboss-6.0.0.Final\newrelic\logs\newrelic_agent.log
Feb 8, 2012 05:49:09 PM NewRelic INFO: Configured to connect to New Relic at collector.newrelic.com:80
Feb 8, 2012 05:49:09 PM NewRelic INFO: Setting protocol to "http"
Feb 8, 2012 05:49:09 PM NewRelic INFO: Configuration file is D:\work\software\jboss-6.0.0.Final\newrelic\.\newrelic.yml
Feb 8, 2012 05:49:09 PM NewRelic WARN: The apdex_t setting is obsolete and is ignored! Set the apdex_t value for an application in New Relic UI
Feb 8, 2012 05:49:09 PM NewRelic INFO: New Relic Agent v2.3.0 has started
Feb 8, 2012 05:49:09 PM NewRelic INFO: Java version: 1.6.0_12
Feb 8, 2012 05:49:30 PM NewRelic INFO: JVM is shutting down
Feb 8, 2012 05:49:30 PM NewRelic INFO: New Relic Agent has shutdown
ブラウザで newrelic API をまだ開始していないことは確かです。「HTTP 404 the request resource /k12/newrelic is not available.I'm using jdk 1.6 Help me please..?」というエラーが表示されます。