
NEC ESMPRO Manager Ver.5 Installation Guide (Linux)
28
3.6 Change of the http connection port number
After installation of NEC ESMPRO Manager, you can change a port number to use.
(1) Stop the NEC ESMPRO Manager.
(2) Edit the “server.xml” file to change a port number. The “server.xml” is in the directory containing the
“conf” directory of the installation directory of NEC ESMPSRO Manager.
Move to the “conf” directory that there is a “server.xml” file.
Open the server.xml file with an editor tool, search the description of <Connector> which is specified
port number 8080, and change a port number.
(3) Start the NEC ESMPRO Manager.
/etc/rc.d/init.d/esmsm stop
/etc/rc.d/init.d/esmweb stop
cd /opt/nec/es_manager/wbserver/conf
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
/etc/rc.d/init.d/esmsm start
/etc/rc.d/init.d/esmweb start
Kommentare zu diesen Handbüchern