Hi,
I am running multiple applications on one JVM(Tomcat). How can I segregate each application as there is single java agent running?
Hi @Apmosys.IET,
Thank you for posting your question on the community!
Unfortunately, Multiple applications working on a single JVM are treated as one application because a Java agent is attached to a JVM with 1 to 1 relationship.
So, if you would like to treat your applications as different ones on the Controller UI, you need to deploy your applications on each JVMs separately.
Best regards,
Hirokazu