I have Jolokia agent running in a war file which has to be deployed in JBoss.
The config file is as follows,
<jolokia:agent lookupConfig="false" systemPropertiesMode="never"> <jolokia:config autoStart="true" host="127.0.0.1" port="portNum" /> </jolokia:agent>
in Tomcat server the war file is running.
But not getting deployed in JBoss server with the below eeror.