Quote Originally Posted by DarioCrivelli
For what concerns the URL, you can leverage the setServerUrlPath method.
On the server side, a similar setting is needed, through the <base_url_path> element in the Server configuration file.

Other messages that you see on the status bar are put there by the default implementation of the onStatusChange callback.
You can replace or disable the default implementation by following the instructions provided in the callback jsdoc.
Hi Dario,

Thanks for your reply. I implemented the onStatusChange call back where I assign a different message on any changes to the connection status; but I'm still getting the Lightstreamer status message on IE7/IE8 status bar. Later on I have did some search on the Internet and found that the windows.status is only take effect on IE6 while IE7 and IE8 have been disabled. Firefox doesn't have this issue on any connection status.