Deployment Guide

Custom port congurations
Wyse Management Suite uses the following port as the default port for the applications that are installed:
Apache Tomcat: 443
MariaDB database: 3306
Mongo database: 27017
MQTT Broker: 1883
Memcached: 11211
To use a nondefault port for one or more of the above services, use Custom install option during Wyse Management Suite installation, the
option listed in the following screen allows you to use the local database for MongoDB and MariaDB or use the remotely installed database.
Topics:
Change the Tomcat service port
Change the MQTT port
Change the MariaDB port
Change the MongoDB database port
Deploy and congure Wyse Management Suite
Change the Tomcat service port
This section explains how to change the port after installing Wyse Management Suite. You must reinstall using Custom installation mode to
change ports. If reinstallation is not an option, the following sections explains the procedure to change the ports manually.
To change the Tomcat service port, do the following:
1 Stop the Tomcat service. The Tomcat service is identied by Dell WMS: Tomcat Service entry.
2 Edit the le C:\Program Files\Dell\WMS\Tomcat-8\conf\server.xml in a text editor.
3 Find and replace all occurrences of port entry 443 with the port number you need to use. It is optional to change the references to
port 8443.
4 Save the server.xml le and exit.
5 Start the Tomcat service.
6 Enter the port number in the URL (default port 443 can be omitted from the URL), For example, https://
xyz.wysemanagementsuite.com:553/ccm-web. The port specied in the URL must be used for both portal access and for device
registration.
NOTE
: The Memcached port can be changed during Wyse Management Suite installation. Dell recommends not to change
the Memcached port detail after installation
Change the MQTT port
1 Stop the Tomcat and MQTT services.
2 Perform the following steps to congure Mosquitto:
a Edit the le C:\Program Files\Dell\WMS\Mosquitto\mosquitto.conf in a text editor.
b Note the following entries:
# Port to use for the default listener
5
10 Custom port congurations