So I've downloaded and installed the AMS server and agent. In development, I was able to start my application with the instrumented jars. I was also able to deploy to Tomcat this application and view it through jconsole. Tons of new MBeans are there.
The problem is that the agent reports:
Code:
2009-03-02 16:29:59,753 ERROR [Thread-1] [RuntimeAutodiscoverer] Unexpected error running autodiscoverer for plugin: Tomcat 5.5: Unable to get MBean info: No
JMX URL configured
org.hyperic.hq.product.PluginException: Unable to get MBean info: No JMX URL configured
at org.hyperic.hq.plugin.servlet.ServletDiscoveryPlugin.getMBeanInfo(ServletDiscoveryPlugin.java:111)
at org.hyperic.hq.plugin.servlet.Tomcat55RuntimeADPlugin.discoverResources(Tomcat55RuntimeADPlugin.java:76)
I'm not sure where to put the JMX URL. In the section "Instrumenting YOur Application for Management with AMS#Instrumenting-deploy", if says I should verify in the log that it was discovered...but as above, I have the error in the agent.log. Any ideas?