when I try to start my VLS, there is an error:
Telnet server initialisation failed:
Error: Unable to bind to 0.0.0.0 on port 9999: Address already in use
my configuration is as below:
BEGIN "Telnet"
Domain = "Inet4"
LocalPort = "9999"
Use = "true"
LocalAddress="0.0.0.0"
END
and it's strange that when I modify vls.cfg setting LocalPort="10000" and start VLS again ,the same error ocurrs.
it seems that the modification I have make hasn't taken effect.
pls help me , Thanks a lot