QUESTION:
How do I change the CA Executive Insight Tomcat port post-installation?
ANSWER:
Please follow the steps below to change CA Executive Insight Tomcat port post-installation.
For CA Executive Insight version 1.3 and 2.0 the configuration file is:
<EI_INSTALL_DIR>\product\ServerAndUI\plugins\catalina.start.osgi.config.fragment_1.0.0\conf\server.xml
HTTP is enabled by default with port 8080. Change the port value under the enabled connector.
<Connector port="8080" protocol="HTTP/1.1"
For CA Executive Insight version 2.1 the configuration file is:
<EI_INSTALL_DIR>\config\tomcat-server.xml
Http is enabled by default with port 8080. Change the port value under the enabled connector.
<Connector port="8081" protocol="HTTP/1.1"
A restart is required to make the configuration effective.