- The Web Access configuration has been modified.
- You tried to change the configuration of an existing IMSS system via the IMSS installer (for example, adding the End User Quarantine).
<Connector port="_PKG_UI_SSL_PORT_" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
keystoreFile="../tomcat/sslkey/.keystore" clientAuth="false" sslProtocol="TLS"/>
……
<Context path="" reloadable="true" docBase="_PKG_UI_SSL_PORT_/UI/adminUI/webapps/ROOT" />
- Go to <IMSS Folder>\ui\adminUI\conf\.
- Edit the server.xml file.
- Look for the entry:
<Connector port="_PKG_UI_SSL_PORT_" maxHttpHeaderSize="8192"Change it to:<Connector port="8445" maxHttpHeaderSize="8192"
- Look for the entry:
<Context path="" reloadable="true" docBase="_PKG_UI_SSL_PORT_/UI/adminUI/webapps/ROOT" />Change it to:<Context path="" reloadable="true" docBase="C:\Program Files\Trend Micro\IMSS\/UI/adminUI/webapps/ROOT" />
- Look for the entry:
- Try opening the IMSS web console. You should now be able to access the console.