How To Run Multiple VSE Services on a Single Server
search cancel

How To Run Multiple VSE Services on a Single Server

book

Article ID: 129741

calendar_today

Updated On:

Products

CA Application Test

Issue/Introduction

When trying to establish the Multiple VSEs on a Single Server by following the Japanese Manual 
But the VirtualServiceEnvironmentService2.exe did not seem to start. Here are the Definitions in VirtualServiceEnvironmentService2.vmoptions file:
-Dlisa.vseName = VSE2
-Dlisa.net.8.port = 2015
-DLISA_LOG = vse2.log
 

Environment

Release: 10.7.2 or newer
Component:

Cause

The Japanese Manual includes incorrect information.

Resolution

In the Japanese Manual, the explanation is

2.VirtualServiceEnvironmentService2.vmoptions という新しい vmoptions ファイルを作成し、ファイルに以下のプロパティを追加します。
-Dlisa.vseName = 同じコンピュータ上の他のものと区別するため、新しい VSE の名前にします。
-Dlisa.net.8.port = 新しい VSE のポート。2013 以外のポートを使用する必要があります。
-DLISA_LOG = vse2.log(VSE ログ ファイル同士を区別するため)。

But the English Manual, the explanation was

2. Create a new vmoptions file named VirtualServiceEnvironmentService2.vmoptions and put the following properties in the file.
-Dlisa.vseName=name of the new VSE, to distinguish it from others on the same computer.
-Dlisa.net.8.port=port for the new VSE; must use a different port than 2013.
-DLISA_LOG=vse2.log (to distinguish between the VSE log files).

Then changing from
-Dlisa.vseName = VSE2
-Dlisa.net.8.port = 2015
-DLISA_LOG = vse2.log
to (Deleting all blanks)
-Dlisa.vseName=VSE2
-Dlisa.net.8.port=2015
-DLISA_LOG=vse2.log
which are the same as the English manual can solve the problem.

Additional Information

Japanese Manual correction was done for DevTest 10.4.