Configuring Traveler trial

The HCL Domino® 12.0 trial server comes with HCL Traveler 12.0 installed on it. Complete the following steps if you want to configure Traveler.

Before you begin

Complete these steps:
  1. Deploying the Domino on Docker trial server.
  2. Preparing the Domino server.

About this task

  • HCL Verse for iOS requires a 3rd party TLS certificate. This is the default configuration described in this trial documentation.
  • This trial version cannot be configured to use an enterprise database or be joined to a high availability pool.

Procedure

  1. Set the external URL for the Traveler server:
    1. From the Domino administrator, open the Domino directory then open the Server document that Traveler uses.
    2. Select the Notes Traveler tab in the Server document.
    3. In the External Server URL field, change the host name in the default server URL to the fully qualified host name of the docker host system, which is the host name that is registered with the DNS. Also be sure that the URL includes the HTTPS used for TLS.
      The following example shows a URL for use the server Domino/Renovations with the docker host name docker.renovations.com:
  2. To ensure that Traveler starts automatically any time the Domino server is started, use the following Domino console commands to add Traveler to the ServerTasks list in the Domino notes.ini file:
    1. Show the current list of tasks:
      show config servertasks
      The output can vary depending on configuration but might look like this:
    2. Enter the following command to configure SERVERTASKS again by adding the tasks shown previously and appending ,TRAVELER:
      For example:
      set config SERVERTASKS=Update,Replica,Router,AMgr,AdminP,CalConn,Sched,RnRMgr,DIIOP,HTTP,TRAVELER
    3. Show the current list of tasks again to verify that Traveler is added:
      show config servertasks
      For example:
  3. If you haven’t already, register some users. Ensure that the internet password is set. The process of registering users for Traveler use is similar to registering users for Verse and iNotes. See the topic Registering iNotes users.
  4. Issue the following Domino console command to restart the server:
    restart server
  5. Validate Traveler user access. Open a browser and log in to the Traveler external URL configured in Step 1, for example, https://docker.renovations.com/traveler. Log in using a user’s email address and internet password.
  6. Validate Traveler administrator access. Open a browser and using the email address and internet password of user with the Administrator role, log in to https://docker.renovations.com/LotusTraveler.nsf. Until a device has contacted the server, the Traveler Administrator views are empty.

What to do next

Client setup

You are now ready to set up a client to connect to the trial Traveler server. Traveler supports the Apple iOS Mail client, and the HCL Verse mobile clients for both Android and iOS.

From a device, open the device browser and log in to the Traveler external URL configured in Step 1, for example, https://docker.renovations.com/traveler.

The Traveler home page opens. The page provides links to download the HCL Verse clients, from the Google Play store for Android and from the Apple application store for iOS. For the Apple iOS Mail client, the home page provides an option to generate the Traveler mail profile on the device.

Tip: During client setup, if requested to specify a server address, use the fully qualified host name for your trial server. There is no need to specify /traveler at the end.
For full details on the clients, refer to the following sections of the Traveler 12.0 documentation:
For the full Traveler documentation including information for administrators, see the HCL Traveler 12.0 documentation.