Jeff Daudel May 27, 2011
If you are making recordings on Linux and interested in replaying these recordings on Windows, you can do this using Remote Replay via Eclipse. From Eclipse running on Windows, you will configure remote SSH access to a Linux system or VM on which the recording will replay. Eclipse running on Windows will then connect to the Linux system and control the replay on Linux allowing for debugging.
The Windows machine will need to communicate to the Remote Linux Replay machine over three TCP ports:
If any of these ports are not reachable, the feature will not work.
Configuration
You'll need to install the Replay Eclipse Plugin (which is part of the general ReplayDirector Installer).
In Eclipse:
"Host" - The hostname or IP address of the Linux box the will do the remote replay
"SSH port" - Usually this is 22
"Username" - Your login username to the Linux host. This user needs read and write access to the recordings folder and files.
"Password" - Password for username
"Java Home" - This is the JDK home that will be used to replay on the remote machine. Note that the JDK must be the same version (major and minor) of the recording. If you don't have it, you'll need to download and install the JDK. You can download JDKs from Oracle. Google 'download java jdk' to find them. This usually takes just a few minutes.
"Replay Home" - This is the value of the REPLAY_HOME env var on the remote linux machine. This is normally the ReplayDIRECTOR installation folder.
"Recordings Dir" - This is the location of recordings on the remove linux machine. Normally the RECORDINGS_DIR env var points to this folder. If its not set, you can leave it blank.
Replaying recordings remotely is similar to replaying them locally.
When you click to replay a recording made on Linux, the Eclipse plugin will automatically download and start the replay on the remote machine. You will be able to debug the recording as it if were running locally on the Windows machine
.