Hello,
I have been working with lightstreamer, and have been successful in getting the demo's up and running with a c# client that sends data through an adapter to an html web page.
The problem I am having is that when I try to deploy my html page to my apache server, it gives me a socket refused error through the javascript console:
I am wondering if there is some kind of configuration that is required before I can deploy to my apache server. The lightstreamer server is running on port 4041, and my apache server is running on port 4040.
I have googled and googles, and all I can find is information from 2009 about a text file that says how to deploy to your server, and it talks about editing a misc.js file but I can find neither of these files in the current install directory.
Appreciate any insight or help that would be available.