Sathyaayyanar Hai, I have set the domain name and LS host in the engine connection as $wnd.page.context.setDomain("abc.co.in") engine.connection.setLSHost("push.ghi_klm.co.in" Host name of the system is "ghi_klm" and when the url to browse the web server is set as "www.abc.co.in" LS Server and Web server running on the same machine. Once on logging in the web application,it displays the error as "LS_909 1:14:44:56,449 ERSetLSHost Streaming server hostName inconsistent with the domain set." Is it necessary to give same name in setDomain and setLSHost? Kindly clarify on this issue. Thanks in advance. Regards, Sathya
Mone hi, you don't have to set the same name in setLSHost and setDomain, but setLSHost must be an host name in the domain set with setDomain. In your case "push.abc.co.in" would be accepted by the client library as setLSHost. Hope that helps.
Sathyaayyanar Thanks for ur reply. Now i changed as $wnd.page.context.setDomain("abc.co.in") and engine.connection.setLSHost("push.ghi_klm.abc.co.in"). Is it correct? And also i want another one clarification. shall i test this in local machines? In one machine LS Server running and in another Webserver(Browser) running. The two machines are connected by LAN. Without publish the domain how can i test in two machines?
Mone you can rely on the hosts file on the involved machines. obviously in a production environment you have to register your hosts in the DNS