I got the locator running, the matchserver running, here my system.xml
I still don't see any server...Code:<LOCATORLIST> <LOCATOR id="1"127.0.0.1" /> </LOCATORLIST> <TLOCATORLIST> <LOCATOR id="1" 127.0.0.1" /> </TLOCATORLIST>
I got the locator running, the matchserver running, here my system.xml
I still don't see any server...Code:<LOCATORLIST> <LOCATOR id="1"127.0.0.1" /> </LOCATORLIST> <TLOCATORLIST> <LOCATOR id="1" 127.0.0.1" /> </TLOCATORLIST>
You've configured your system.xml wrong. Replace the locator part correctly with this:
Code:<LOCATORLIST> <LOCATOR id="1" IP="127.0.0.1" /> </LOCATORLIST> <TLOCATORLIST> <LOCATOR id="1" IP="127.0.0.1" /> </TLOCATORLIST>