Hi
Wouter,
I will try to respond to some questions you sent in previous emails.
So regarding the agent logging output, it usually works out-of-the-box. We are trying to locate logging-config.xml file that should be located in the same folder as the inspectit-agent.jar. So please confirm that you have it available under /data/jboss/inspectit/agent/. If the automatic setup is not picking up and working correctly, you can add the -Dinspectit.logging.config= var to the startup java command and point to file directly (then it can be located anywhere). The logging config also creates a log folder in /data/jboss/inspectit/agent/logs and this is another way of checking the detailed logs later on.
Regarding your second question. Yes, the agent initialization should occur before wars are deployed and this is not a problem. The main question is if the agent is correctly initialized, meaning that it can read configuration from the CMR and stay active. In case of errors during initialization, the agent will not be active. And this is again where logs are really helpful as you would be able to see what's the status of the agent and if there were any problems.
I just want to mention that for starting the agent you need to specify the location of the CMR. If you run everything locally and you did not change the defaults this should be -Dinspectit.repository=localhost:9070. Note that CMR must be started before the agent, as the agent would connect to it during initialization and read the instrumentation configuration that should be applied.
Hope this answers your questions and you will be able to set up inspectIT correctly.
Cheers,
Ivan