The Web Server Does Not Start
Intellicus is set to run on port number 90 on Windows, and 8080 on Linux, which was specified during the Intellicus installation. If this port is used by some other application the web server will not start. Change the port of web server to a port number that is not in use.
Use these instructions to change the port number:
1. Sign in to the Servigistics Application Server as the administrative user.
2. Edit the \Intellicus\Jakarta\conf\server.xml file of the Intellicus Web Server (Jakarta).
3. Change the value of the Connector port.
4. Save your changes and start Intellicus.
* 
For Linux installations the default port is 8080. This is also the default port for the SPM installation.
If SPM & Intellicus are installed on the same APP server then the default port will need to be updated for Intellicus using the instructions under The Web Server Does Not Start. These need to be expanded to also include updating the server shutdown port as if both SPM & Intellicus are installed on the same AP these will both be port 8005.
For example, the updated server port from the Intellicus server.xml
-->
<Server port="6005" shutdown="SHUTDOWN">
Was this helpful?