Deployment Guide
ps>get-nettcpconnection –LocalPort 3308
Changing the MongoDB database port
This section explains how to change the MongoDB database port details
1 Stop the Tomcat and MongoDB services.
2 To congure the MongoDB port entry, do the following.
a Edit the le C:\Program Files\Dell\WMS\MongoDB\mongod.cfg in a text editor.
b Update the property in the le with your preferred port number. For example, port=27027.
c Save the le, and start the MongoDB service. Conrm that it is running on the new port.
3 To congure Tomcat, do the following.
a Edit the le C:\Program Files\Dell\WMS\Tomcat-8\webapps\ccm-web\WEB-INF\classes\bootstrap.properties in a text editor.
b Update the properties in the le with your preferred port number. For example, mongodb.seedList=localhost\:27027.
c Save the le, and start the Tomcat service. Verify that the service is running on the required port. For example. ps>get-
nettcpconnection –LocalPort 27027.
24 Custom port congurations