Have many Java Application can share the same IntroscopeAgent.profile and generate a Unique Agent Name?
Release : 10.7.0
Component : APM Agents
Agent Naming is not set on the Application JVM Argument of Startup Script
Try configuring the startup script of each application with the unique name
As an example of the JVM Argument of an application:
-javaagent:C:/Application/wily1070/Agent.jar -Dcom.wily.introscope.agentProfile=C:/Application/wily1070/core/config/IntroscopeAgent.profile -Dcom.wily.introscope.agent.agentName=<unique name of each application>
Leave the autonaming property on the agent profile enabled.
introscope.agent.agentAutoNamingEnabled=true