Dear Support,
I am using LightStream with Java. We have using following code to connect LS server.
Code:
var itemName = username+"#instancesAndSecurities";			
	$wnd.page = new $wnd.PushPage();
	$wnd.page.context.setDomain("chellasoftapp.com");
	
	$wnd.page.onEngineCreation = function(engine) {
		$wnd.lsEngine = engine;					
		engine.connection.setLSHost("push.chellasoftapp.com");	
		engine.connection.setLSPort("9090"); 
		…..
It works fine on my machine (ie where I had both LS and browser applications keep it on same), Where I have my HOST entries are like this
Code:
127.0.0.1	www.chellasoftapp.com      
127.0.0.1	push.chellasoftapp.com        -->For LS
Now I am going to launch the same to my client place. They have a domain name like XXXXXXXXX and going to host the machine namely YYYYYYYY.

What I need to do, to make the above possible?
I would appreciate any kind of advice.

Thanks and regards,
Karthik.C
Chella Software.