How Do I rename a VSE so it does not show as VSE@Default?
search cancel

How Do I rename a VSE so it does not show as VSE@Default?

book

Article ID: 68259

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

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?

 

Environment

All supported DevTest releases.

Cause

All VSEs have the default name of VSE, so if multiple VSEs connect to the same Registry they will all show as VSE.

Resolution

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.