Once a Relay Server farm has been properly configured, a client connects to the Relay Server farm using the following URL:
http://<Relay Server client extension URI>/<farm>
Option | Description |
---|---|
<Relay Server client extension URI> |
For IIS on Windows, <domain name>/ias_relay_server/client/rs_client.dll For Apache on Linux, <domain name>/cli/iarelayserver |
<farm> | Identifies the back-end farm (a group of back-end servers) that Relay Server forwards the client request to. |
A SQL Anywhere MobiLink client should specify the following options to connect to server farm F1:
-e "ctp=http; adr='host=relayserver.sybase.com; url_suffix=/ias_relay_server/client/rs_client.dll/F1'" |
For HTTPS, change http
to https
.
An UltraLite/UltraLiteJ MobiLink client should set the following properties in the ULSyncParms class to connect to server farm F1:
Set the stream type to HTTPS.
Set the stream parameters to the following:
"host=testrelay.ianywhere.com; url_suffix=/ias_relay_server/client/rs_client.dll/F1" |
A QAnywhere client should specify the following options to connect to server farm F1:
-x "http(host=relayserver.sybase.com;url_suffix=/ias_relay_server/client/rs_client.dll/F1" |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |