What is a JVMID?

I recently joined a new project, I see the JVMID very often in the configuration files, and for some reason I never encountered the JVMID in my past projects.

Where can I find it documented, is this something special for weblogic servers? Is this the goal for accurate JVM identification in a cluster environment?

+5
source share
1 answer

JVMID is the identifier of the current server instance, I do not consider it WLS-specfic.

You can get more information about this at this JVMID link .

This question may also be helpful.

Weblogic Apache plugin and session stickiness

+4
source

All Articles