Must any Adapter be started and hooked into LS server before clients start connecting to LS server?
Mone what did you mean saying "Your configuration is ok if you access the page from...
Type: Posts; User: ap7256
Must any Adapter be started and hooked into LS server before clients start connecting to LS server?
Mone what did you mean saying "Your configuration is ok if you access the page from...
I put LSS on the same machine as the webserver and created a DNS record "test.domain.com". Here is the new client side code:
<html>
<head>
<script src="ls/lscommons.js"></script>
...
Mone,
Do you have a simple step-by-step tutorial with a simple sample code of how to connect to a LS server from a web page and get simple updates from it?
I have implemented my client side...
Mone,
thanks a lot for the reply. I changed the path to the library to "ls/" and now everytime I open my page I see a message "Streaming system is connecting..." at the bottom of the browser. And...
Hello guys,
i have created a simple .NET adapter. Now I need to create a simple web page that would connect to LS server and get everything that the adapter sends out. LS is running locally on my...
Hello Dario,
Thanks for the response. I figured out the issue. It seems like the client side did not like when I asked it to connect to "127.0.0.1" address ( I am hosting LS server locally on my...
I started LS as an application. I can't see the ports 6661,6662 and 6663 open through netstat command. I also cannot hook to those ports from my .NET adapter. What am I doing wrong?
Thanks
I found a problem. Seems like the DotNetAdapter DLL loads log4net.DLL too and I didn't put the log4net.DLL in the working folder.
Hi,
I am trying to build a simple .NET adapter but when I am trying to create a DataProviderServer object I am getting an exception:
try
{
DataProviderServer server = new...