SolarWinds uses cookies on our websites to facilitate and improve your online experience. By continuing to use our website, you consent to our use of cookies. For further details on cookies, please see our cookies policy.
Your VM Perplexities Called, and They Need You to Read This.
Virtualization can give you enormous flexibility with future workloads and can be a key enabler for other areas, like cloud computing and disaster recovery. So, how can you get a handle on the performance challenges in your virtual environment and manage deployments without erasing the potential upside? Learn the four key areas you need to be focusing on to help deliver a healthy and well-performing data center.
Created by Jellouie Maligalig, last modified by MindTouch on Jun 23, 2016
Views: 917Votes: 0Revisions: 3
Overview
By default, VMAN uses port 80. Complete the following steps to use a different port.
Environment
VMAN 6.1 and later
Steps
Login to VMAN CLI using SSH client (PUTTY).
Navigate to /usr/share/tomcat/conf/.
Create a backup of the server.xml file.
Edit the server.xml file using vi or another text editing tool.
Look for the following entry: *** <!-- Regular HTTP service: iptables is used to reflect this on port 80 --> <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="443" /> ***
Edit the "connector port" to the port you want VMAN to use.