Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The steps involve configuration of rewrite rules in IIS and changing the Voyager URL and context path parameter in Voyager.

Enable WebSocket Protocol for IIS

...

  1. On the taskbar, click Server Manager.

  2. In Server Manager, click the Manage menu, and then click Add Roles and Features.

  3. In the Add Roles and Features wizard, click Next. Select the installation type and click Next. Select the destination server and click Next.

  4. On the Server Roles page, expand Web Server (IIS), expand Web Server, expand Application Development, and then select WebSocket Protocol. Click Next.

  5. On the Select Features page, click Next.

  6. On the Confirm installation selections page, click Install.

  7. On the Results page, click Close.

Two IIS modules are required for this configuration

...

Open Voyager.vmoptions file and add/modify the following parameter: 

-Dport=8888

-Dcontext.path=<your-context-path>

...