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:

Uncaught [|IllegalStateException|Please specify at least one cell|] lightstreamer.js:422Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:4040/lightstreamer/create_session.js
WebSocket connection to 'ws://localhost:4040/lightstreamer' failed: WebSocket is closed before the connection is established. http://localhost:4040/mixeddatabase.php
POST http://localhost:4040/lightstreamer/create_session.js 404 (Not Found) lightstreamer.js:174


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.