Quote Originally Posted by DarioCrivelli
Let me summarize. You had 2 cases:

1: "Lightstreamer is in streaming mode"
2: "Waiting for http://192.168.1.6:8080/lightstreamer/STREAMING_IN_PROGRESS?LS_session=....."

For which we suggested distinct solutions:
1: onStatusChange
2: setServerUrlPath
Hi Dario,

The 1st case can be solve as expected, but in the 2nd case, I added the command lsEngine.connection.setServerUrlPath("/someplaces") and the push page seems couldn't connect to the server. From the documnetation:

Setter method that sets the base URL path to be prepended to all request URLs for Lightstreamer Server. As some request URLs may be displayed on the screen by the browser, customizing the first part of the URL could be desirable. Note that, in order to use a non-default base URL path, the same path must be configured on the Server, through the element. The URL path should start with a '/' character.

Seems that I have to configure the same path "someplaces" on the server. I don't see any ServerUrlPath element in the lightstreamer_conf.xml, maybe I have missed something, please correct me if I'm wrong.

Thanks.