CDV ❯ RMP: Make it easy to run samples on multiple nodes
-
New Feature
-
Status: Closed
-
1 Critical
-
Resolution: Fixed
-
-
-
kkannaiy
-
Reporter: foshea
-
March 16, 2007
-
0
-
Watchers: 0
-
February 12, 2013
-
May 11, 2007
Description
Comments
Fiona OShea 2007-05-30
Fiona OShea 2007-05-30
Gary said on 5/25 For running demos on the command line and using a server somewhere else, there’s a system property ‘tc.server’ that can be set. That’s what the sample launcher does. It’s currently called tc.servers but I need to change that. Check in with him to see what needs to be done if it isn’t obvious
Kalai Kannaiyan 2007-07-31
Tested with rev 4699, it is working as designed
Start the demo server on windows (server host)
- Install the kit
- In the command prompt, navigate to \install-root folder\samples
- exceute start-dem-server.bat
- Terracotta server is running
Launch the sharededitor client 1 on rh4qa1:
- Untar the kit
- set TC_SERVER-> export TC_SERVER=10.0.0.131:9510
- navigate to \install-root folder\samples\pojo\sharededitor
- execute ./run.sh &
- Launch the Admin console, to view the Roots and Clients
Launch the sharededitor client 2 on s10qa1:
- set TC_SERVER-> export TC_SERVER=10.0.0.131:9510
- navigate to \install-root folder\samples\pojo\sharededitor
- execute ./run.sh &
- Launch the Admin console, to view the Roots and Clients
verify that this works as designed