Hi,

the source of the online demo is available at http://www.lightstreamer.com/share/TibcoGIDemo.zip
As GI applications consist of a single page, the online demo is not based on the "StockListDemo_Frames", but rather on the "StockListDemo", which puts the engine page in an IFRAME inside the main page.
Note that the demo relies on GI 3.1 and we don't know if there are issues in GI 3.2. The porting of our demo will be performed soon.

The package contains a typical Tibco GI runtime directory tree with the demo files installed in the proper place and the index.html launch page.
The source code is slightly different than the online demo code, because in the online demo the Lightstreamer Web Client library files are loaded from a different URL. In the packaged version, on the other hand, the Lightstreamer Web Client Library files are placed in such a way that they could also be accessed through the GI builder (note that they may not be up to date and should be manually upgraded to the last version).
However, though the pages could be accessed through the GI builder, in such a case the streaming would not work, because of domain problems.

Sunjit, about your specific problem, it may not be related with GI integration. In general, with Lightstreamer, "localhost" should not be used to name your pages. The only case where using localhost works is when no external web servers are involved, which is not your case. You should rather name your host with the full hostname, which should be consistent with the domain name set (that, according with your server log, is "lmcoc11008767"). In DOCS-SDKs\sdk_client_web\examples\StockListDemo\README. TXT you can find, in the "External deployment" section, the guidelines for a general case, which also apply to your case.

Dario