Reconfiguring Epicenter Ports - Extreme Networks EPICenter Guide Manual

Concepts and solutions guide
Hide thumbs Also See for EPICenter Guide:
Table of Contents

Advertisement

Reconfiguring EPICenter Ports

Figure 58: The results of a MIB Query
Reconfiguring EPICenter Ports
In some circumstances, the ports used by default within EPICenter may conflict with ports already in
use on your system by other applications.
The Port Configuration Utility lets you change the default database server port and the default web
server port without requiring you to re-install the EPICenter software. See the "Port Configuration
Utility" on page 187 in Appendix B for details on using this utility.
It is also possible that you may need to change the ports used by the Tomcat server, if they conflict with
those used by other applications.
To change these ports, you must edit the
file found in the
directory under the
server.xml
tomcat\conf
EPICenter installation:
• In Windows this would be
.
\Program Files\Extreme Networks\EPICenter 5.0\tomcat\conf\server.xml
• In Solaris it would be
/opt/extreme/epc5_0/tomcat/conf/server.xml
Look for the statement defining the Coyote Connector, as shown here:
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 80 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8080"
proxyPort="8080" minProcessors="5" maxProcessors="75" enableLookups="true"
redirectPort="8444" acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
EPICenter Concepts and Solutions Guide
131

Advertisement

Table of Contents
loading

This manual is also suitable for:

Epicenter 5.0

Table of Contents