modification done in
misc.js file
pushPage.context.setDomain('www.mydemos.com');
deployed in separate PC and changed in host file
lsEngine.connection.setLSHost('MY_IP_ADDRESS');
where i have installed the LS Server
lsEngine.connection.setLSPort('80');
LSPort
In host file i have modified like this in web server [localhost] where i configured the web application using IIS
127.0.0.1 www.mydemos.com # localhost
192.168.35.119 localhost # LightStreamer Server
when i tried to run the application [
http://www.mydemos.com/demos/stocklistdemo/index.html] i actually opens the demo pages but its not connecting to the LS server and getting this error
1: 13:12:27,357 ER Unable to create the Engine.Retrying. If the problem persists, please check your configuration. bind. can anyone let me know how to configure it properly.
My requirement is to run the web application and Lightstreamer server in separate servers and it should work properly