Jonathan Lindo December 01, 2011
First, please review the Architecture article at http://support.replaysolutions.com/entries/20717436-replay-architecture-and-firewall-ports.
By default, ReplayDIRECTOR components communicate over ports 80 and 10230. You can configure these ports based on your requirements as follows:
There are two components on the RDS. The Web UI which is Tomcat, and the Replay Engine. Both of these are installed as Windows Services.
<Connector port="80" protocol="HTTP/1.1"
<Connector port="XXXX" protocol="HTTP/1.1"
<Config Port="10230"
<Config Port="XXXX"
The recorder agent is configured to communicate with the RDS via the command 'replay rds_set', or using the Eclipse plugin. To change the port settings:
replay rds_set [<hostname> <port> <default 1 or 0> <username> <password> <Web URL>]
replay rds_set rds.mydomain.com 10231 1 myuser@mydomain.com mypassword http://rds.mydomain.com:8080
Should you need any further assistance please contact us at support@replaysolutions.com, or open a support ticket directly on this support site above. We will respond within 24 hours!