Change TCP/IP port
Posted: 11 Jul 2015 10:26
Is there a way to change the (built-in) TCP/IP port number from 8083 to e.g. 8082.
The entry in config.xml
is without any effect. What is then the purpose of this value ??
In version 2.0.0 I changed the port number in the file automation/main.js
and it worked perfect.
After upgrade to 2.0.1. it does not help anymore.
Any help is highly appreciated.
The entry in config.xml
Code: Select all
<port>8082</port>
In version 2.0.0 I changed the port number in the file automation/main.js
Code: Select all
ws = new WebServer(8082, WebServerRequestHandler, {
document_root: "htdocs"
});
After upgrade to 2.0.1. it does not help anymore.
Any help is highly appreciated.