Installation Guide
33
2. Change the setting of NEC ESMPRO Manager.
Edit the server.xml file to enable SLL. The server.xml is in the folder ESMWEB¥wbserver¥conf on the NEC
ESMPRO Manager installed folder. Open the server.xml file with an editor tool, search the description of
<Connector> which is specified port number 8443, and delete the comment form "<!-" and "->". Modify the
port number if you need.
Add the keystore file path and the password that is specified at the time creating the keystore, in the
description of <Connector>.
<--Define a SSL HTTP/1.1 Connector on port 8443-->
<!--NOTES: Delete these lines
<Connector port="8443" NOTES: Change it if you need.
maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="<the directory that contains keystore>/.keystore"
keystorePass="<the password>"
useBodyEncodingForURI="true" NOTES: Add these lines.
/>
--> NOTES:Add these lines.
3. Reboot the Management PC.
Reboot the server installed the NEC ESMPRO Manager.
4. Login.
Confirm to login to the NEC ESMPRO Manager with "https:".
Make access to the following address using the Web browser on the Web client.
https://" the computer name installed the NEC ESMPRO Manager":" port number that is specified in
server.xml"/esmpro/
An example of address to access from the web browser on the Management PC is shown.
https://localhost:8443/esmpro/