I installed LightStreamer last week and it worked out of the box with the demos that are part of the package (only configuration needed was setting the pointer to the Java runtime).

After working with it for some time the local web server has stopped working at http://localhost:8080

I have tried changing the port to something else (e.g. to 8081 and restarting the server) - without luck.

I have tried stopping the server and restarting it - and installing it as a Windows service. The service runs - and the log file does not report any problems - and even the .NET adapters can connect via remoting to the server (e.g. localhost on port 6661), but the local webserver is still not running.

Running the server using the .\bin\windows\Start_LS_as_Application.bat also works and no problems are reported by the webserver still does not work.

Is there any way to debug this issue? I have had no luck looking in log files, since nothing is reported about the webserver.