Table of contents
Newtsrvi communicates with the newtserv service every minute. After three minutes without answer, newtserv is restarted.
The newtsrvi service recovery option should restart the service for the three cases of failure.
Listening port Newtserv
The standard TCP/IP transport mode uses the port 81 for his listenner.
To configure the secured transport mode on port 81, you need to modify the standard port:
C:\Newtest\Newtest.ini
[NEWTEST_PROTOCOL]
LocalPort = 82
Then make a iisreset to take into account the new port
Comments