To modify names for Devtest components, use below properties in local.properties file before starting specific components.
lisa.registryName=<Registry_Name>
lisa.coordName=<Coordinator_Name>
lisa.simulatorName=<Simulator_Name>
lisa.vseName=<VSE_Name>
Ex: To start VSE with name as SSL://GAJSR01:2013/MyVSE1 and connect to registry which is running on different server (Server1) with URL as SSL://SERVER1:2010/MyRegistry, add lisa.vseName= SSL://GAJSR01:2013/MyVSE1 and lisa.registryName=SSL://SERVER1:2010/MyRegistry in local.properties file and restart the components to reflect these changes.