Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Synchronizing Through a Web Server with the Redirector

Setting up the Redirector Next Page

Configuring MobiLink clients and servers for the Redirector


This section describes how to configure MobiLink clients and the MobiLink server for synchronization through a web server. The following procedures set the parameters required for requests directed through web servers.

MobiLink clients
To configure MobiLink clients (SQL Anywhere and UltraLite)
  1. Specify the communication type for MobiLink clients to HTTP or HTTPS.

    For more information about setting the communication type for SQL Anywhere clients, see CommunicationType (ctp) extended option.

    For more information about setting the communication type for UltraLite clients, see Network protocol options for UltraLite synchronization streams.

  2. Specify the following HTTP/HTTPS synchronization protocol options for MobiLink clients:

  3. For more information about setting protocol options for UltraLite clients, see Network protocol options for UltraLite synchronization streams.

    For more information about setting protocol options for SQL Anywhere clients, see MobiLink client network protocol options.

    MobiLink server
    To configure MobiLink servers
    1. For Redirectors that support HTTPS, you can start the MobiLink server with the HTTPS protocol. For a list of Redirectors that support HTTPS, see [external link] MobiLink Redirector Supported Web Servers.

      For Redirectors that do not support HTTPS, the MobiLink server must be started with the HTTP protocol to use HTTP or HTTPS for communication between the client and the proxy. Theses Redirectors cannot use HTTPS directly.

      For example, the HTTP protocol may be specified on the mlsrv10 command line as follows:

      mlsrv10 -x http

      See -x option.

    2. In addition, you may want to set the following parameter for the MobiLink server:

      • port    for the HTTP protocol, MobiLink defaults to port 80. For the HTTPS protocol, MobiLink defaults to port 443. If the MobiLink server is running on the same machine as the web server, port 80 is normally in use by the web server. If this is the case you must specify a different port. For example, you could use port 2439, which is the Internet Assigned Numbers Authority (IANA)-registered port number for the MobiLink server.

      For more information about port, see -x option.