My Web Application Server : JOnAS 4.8.3 ( Tomcat 5.5 based), JSR160 compliant.
I can't run a simple graph.
I can see Mbeans and Mbeans attribute in the general form of the application The URL are corrects.
When i create a simple graph ( with only one attribute) with the link Add Graph, there is a problem in the URL of
the attribute : a / ( %2F ) is missing just before localhost( for the MBean the URL is correct).
Below the wrong URL of the attribute extract from the source of the HTML page :
"/app/mbeanView.do?objName=jonas%3Aj2eeType%3DServlet%2Cname%3DBlocking+Servlet%2CWebModule%3D%2Flocalhost%2FtestEasyBean%2CJ2EEApplication%3Dnone%2CJ2EEServer%3Djonas&applicationId=1175353734082"
Text of HTML page with Wrong attribute URL
Logged In: NO
Mofying URL in config.xml doen't solve the problem