mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Display Corda node legal name in JVisualVM Console for MockNode testing. (#444)
* Display Corda node legal name in JVisualVM Console for MockNode testing. * Removed dash in displayed corda node name. * Reinstated the dash in displayed corda node name (as JVisualVM does not parse the space correctly)
This commit is contained in:
parent
6ca0dffa6c
commit
bafedc21e2
@ -568,7 +568,7 @@ class DriverDSL(
|
||||
|
||||
val systemProperties = mapOf(
|
||||
"name" to nodeConf.myLegalName,
|
||||
"visualvm.display.name" to "Corda"
|
||||
"visualvm.display.name" to "corda-${nodeConf.myLegalName}"
|
||||
) + overriddenSystemProperties
|
||||
val extraJvmArguments = systemProperties.map { "-D${it.key}=${it.value}" } +
|
||||
"-javaagent:$quasarJarPath"
|
||||
|
Loading…
x
Reference in New Issue
Block a user