When installing Threat Intelligence Manager (TIM) on a server with an OfficeScan client already installed and the tmproxy enabled, you might not be able to use port 8080 as a Web Service port because the tmproxy service uses a redirecting mode that hooks in at 80/8080/81.
If you still want to use port 8080 as you Web Service port, you can use another available port during installation, and then follow the steps below to modify the configuration files to port 8080:
- Stop the following services:
- Trend Micro Tomcat Service tmzgcore
- Trend Micro Threat Intelligence Manager Console
- Edit ..\Program Files\Trend Micro\Threat Intelligence Manager\tomcat\core\conf\server.xml Line 67, and modify Connect port="8080".
- Edit ..\Program Files\Trend Micro\Threat Intelligence Manager\web\htdocs\configs\webconf.ini Line 4, and modify webserviceport=8080.
- Edit ..\Program Files\Trend Micro\Threat Intelligence Manager\web\htdocs\middleware_rev\lib\configuration\configuration.ini Line 11, and modify webserviceport = "8080".
- Start the following services:
- Trend Micro Tomcat Service tmzgcore
- Trend Micro Threat Intelligence Manager Console