[Solved] Can't start Webadmin - Address already in use
#3
There's no port mentioned in that file.

I searched the source a bit more and did find it:
Code:
m_PortsIPv4 = m_IniFile.GetValueSet("WebAdmin", "Port", "8080");
m_PortsIPv6 = m_IniFile.GetValueSet("WebAdmin", "PortsIPv6", "");

So I added that to the webadmin.ini:
Code:
[WebAdmin]
Port=8181
PortsIPv6=

It does start the webadmin now. The connection to the site seems to be timing out after a long while, but at least it's running. Thanks for the help, I'll keep messing with it later.
Reply
Thanks given by:


Messages In This Thread
RE: Can't start Webadmin - Address already in use - by VaiN - 09-06-2014, 04:33 AM



Users browsing this thread: 10 Guest(s)