How do I set up multiple data adapters on my Lighstreamer server? I'm using ARI so these are adapter proxies that I'm talking about, using the remote .NET stuff. I've managed to set up a single adapter and get it to work correctly, now I want to add a seconds one with a different name.

So far I've created a second sub-directory within the adapters directory, using a different name of course, and edited the adapters.xml in here to give the data and metadata adapters different names from the first one, and using different TCP port numbers. I can connect separate remote servers to both adapters, but I can only connect a remote client to one of them (the first) using an HTTP connection.

What am I doing wrong here?