OmniPage Server: How to change OPS installation to use other port than 80 for HTTP communication
This document describes how to reconfigure OPS to communicate on a port other than 80.
(updated 2019-02-08)
IIS configuration
Set the HTTP port of the Default Web Site to e.g. 81.
Start the 'Inetmgr' tool and select Default Web Site / Bindings / Edit
Configure OPS
E.g. configure OPS to run on the machine called MY_OMNIPAGE_SERVER on port 81.
Stop the OPS related services before the configuration restart them after configuration changes
- Nuance OmniPage Server Manager
- Nuance OmniPage Server Worker
- Nuance OmniPage Server FolderWatcher
Worker
Config file:
C:\Program Files\Nuance\OmniPage Server\2.0\Nuance.OmniPage.Server.Worker\Nuance.OmniPage.Server.Worker.exe.config
Config section:
Manager
Config file:
C:\Program Files\Nuance\OmniPage Server\2.0\Nuance.OmniPage.Server.Manager\Nuance.OmniPage.Server.Manager.exe.config
Config section:
Admin Console
Config file:
C:\Program Files\Nuance\OmniPage Server\2.0\Nuance.OmniPage.Server.AdminConsole\Web.config
Config section:
Conversion Client
Config file:
C:\Program Files\Nuance\ConversionClient\2.0\Web.config
Config section:
Folder Watcher
Config file:
C:\ProgramData\Nuance\FolderWatcher\WatcherServiceConfiguration.xml
Config section:
Custom Clients
Configure in each client application the conversion service endpoint to 'http://MY_OMNIPAGE_SERVER:81'.
Desktop Shortcuts
The Desktop shortcuts created by the installer should be corrected, too. Select the Properties menu item from the context menu and correct the URL.
Configuration Pages
The OmniPage Server API, the ConversionClient, and the FolderWatcher configuration pages will be available on HTTP port 81.
e.g.
http://MY_OMNIPAGE_SERVER:81/Nuance.OmniPage.Server.Service/swagger
http://MY_OMNIPAGE_SERVER:81/ConversionClient
http://MY_OMNIPAGE_SERVER:81/SystemConfigurationEditor
http://MY_OMNIPAGE_SERVER:81/FolderConfigurationEditor
Note
In your Windows firewall for the new port 81 you must set the same rules as those for port 80 are set.