Management interface
Stop all Dispatcher Paragon services.
Go to <DispatcherParagon_DIR>\Management\tomcat\conf
Open the file server.xml with a text editor (Notepad++ for example).
Find the following xml record:
<... port="80"... redirectPort="443".../>Change the port to the number expected for non-encrypted connection.
Change the redirectPort to number expected for encrypted connection.
Start Dispatcher Paragon Management Service.
Go to Management interface > System > Configuration > Expert options
Search for two following parameters and change the values of the parameters according to ports set above:
webServerPort
webServerPortHTTPS
Restart Dispatcher Paragon Management Service.
Start all Dispatcher Paragon services.
Repeat steps above on all cluster members.
End-user interface
Stop Dispatcher Paragon End User Interface service.
Go to <DispatcherParagon_DIR>\SPOC\EUI\conf
Open the file server.xml with a text editor (Notepad++ for example).
Find the following xml record:
<... port="9090"... redirectPort="9443".../>Change the port to the number expected for non-encrypted connection.
Change the redirectPort to number expected for encrypted connection.
Start Dispatcher Paragon End User Interface service.
Repeat steps for all servers with end-user interface (it is available on both non-dedicated management servers and site servers).
Make end-user interface accessible on https port (443) instead of the management interface
This is special nontrivial configuration. By default, end-user interface always expects /end-user/ui in the url after the port number.
Stop services Dispatcher Paragon Management Service and Dispatcher Paragon End User Interface
Replace the redirectPort in server.xml files of MNGMT and EUI as described above (the 443 and 9443 ports can be swapped)
In <DispatcherParagon_DIR>\SPOC\EUI\conf\server.xml replace the <Host...>...<Host/> section with these lines:
<Host appBase="webapps"autoDeploy="true"name="localhost"unpackWARs="true"><Valve className="org.apache.catalina.valves.rewrite.RewriteValve"/><Valve className="org.apache.catalina.valves.AccessLogValve"directory="logs"pattern="%h %l %u %t "%r" %s %b"prefix="localhost_access"suffix=".log"/></Host>Create the ROOT folder (case sensitive) in this path:
<DispatcherParagon_DIR>\SPOC\EUI\webapps\ROOTCreate this file:
<DispatcherParagon_DIR>\SPOC\EUI\conf\Catalina\localhost\rewrite.config
With below content (just replace <IP_ADDRESS> with real value):RewriteCond %{REQUEST_URI} ^/$RewriteCond %{HTTPS} onRewriteRule ^.$ https://<IP_ADDRESS>:443/end-user/ui [NC,R,L]Start servcices Dispatcher Paragon Management Service and Dispatcher Paragon End User Interface.
Payment System
Stop Dispatcher Paragon Payment System service.
Go to <DispatcherParagon_DIR>\YPS\conf
Open the file server.xml with a text editor (Notepad++ for example).
Find the following xml record:
<... port="8080"... redirectPort="8443".../>Change the port to the number expected for non-encrypted connection.
Change the redirectPort to number expected for encrypted connection.
Start Dispatcher Paragon Payment System service.