Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
Previous page Next page
Network settings of the Web Server 2.0 module are set via the start_86.bat or start_64.bat file (depending on whether the 32-bit or 64-bit version of the Web Server 2.0 module runs). The files are in the <Intellect installation directory>\Modules\Jetty folder. Apart from the network settings the files provide run parameters such as allocated memory etc. Do not change those parameters.
Changing the network interface used by the Web Server 2.0 module
If the computer running Web Server 2.0 has several network interfaces and the default interface is not the one required for the Web Server 2.0 module, change the network interface in the following way:
- Open the start_86.bat or start_64.bat file.
- Add the -Djetty.host=0.0.0.0 parameter, where 0.0.0.0 is the IP address of the desired network.
- Save changes to the start_86.bat or start_64.bat file.
Changing the network interface for the Web Server 2.0 module is complete.
Changing the port used by the Web Server 2.0 module
Web Server 2.0 uses 8085 port by default. If this port is already taken, change the port as follows:
- Open the start_86.bat or start_64.bat file.
- Set the jetty.port value to the required port number.
- Save changes to the start_86.bat or start_64.bat file.
Changing the port for the Web Server 2.0 module is complete.