I am setting up a Registry to have multiple VSEs attached to it. The two VSE servers are on separate machines.
Currently they pop up in the Workstation as VSE@Default.
How do I rename the VSEs so I do not have a naming conflict in the Registry console and see them both as I wish?
All supported DevTest releases.
All VSEs have the default name of VSE, so if multiple VSEs connect to the same Registry they will all show as VSE.
There are two ways to define a VSE Name:
1) In local.properties file add property:
lisa.vseName=YourNewVSEName
2) in the VirtualServiceEnvironment.vmoptions and VirtualServiceEnvironmentService.vmoptions files add entry:
-Dlisa.vseName=YourNewVSEName
Your VSE will have to be restarted to take effect.