How can I run multiple instances of an SDK adapter on different session parameters' setting?

How can I run multiple instances of an SDK adapter on different session parameters' setting?

book

Article ID: KB0088987

calendar_today

Updated On:

Products Versions
TIBCO Adapter SDK -
Not Applicable -

Description

Resolution:
For instance, to run one adapter instance on service 7510 and one on 7520.
You need to do the followings:
1. Verify that your instance's session service parameter is set to
     %%RvService%% (a configured global variable) using Designer
2. Specify the service parameter on the command line, i.e. run the first adapter instance with "-system:clientVar RvService=7510" and the other with "-system:clientVar RvService=7510"
3. Or you can specify the service parameter in the Command Properties File, details please refer to the Command Properties File Format section in the TIBCO Adapter SDK Concepts.

Issue/Introduction

How can I run multiple instances of an SDK adapter on different session parameters' setting?