Hi,

I have my web pages and LS javascript files installed on Apache and LS server running standalone.
When LS server is down, nothing appears or shows as such, it simply never goes to STREAMING mode. I made sure all status change listeners and server/client error listeners were set to display whatever comes, but nada.

I mapped the following LS functions:

lsPage.onClientError = notifyReply;
lsPage.onServerDeny = notifyServerError;

eng.onStatusChange = notifyStatusChange;
eng.onServerError = notifyServerError;
eng.onClientError = notifyReply;

Any idea ?

Thanks
A