Thanks, StockListDemo works fine now. Only show < INFO > log, no more < fatal log >. I updated to Java 1.6 update 2 and everything works fine.

I have a simple question:
If bundle the DojoDemo into LS_HOME/pages/DojoDemo,
is it necessary to add the 'LS' folder(rename from LS_Dojo.zip) and dojotoolkit (dojo-0.4.3-ajax.zip unzip and rename to Dojo folder)?

Copy the files from LS_HOME/DOCS-SDKs/sdk_client_web/lib/ to LS_HOME/pages/DojoDemo/LS/

I follow instruction in (http://app.lightstreamer.com/DojoDemo/doc.html) as below:
but don't know why nothing show in DojoDemo when I browse http://localhost:80/DojoDemo when I copy the DojoDemo folder to Apache2.2 HTTP htdocs folder.

Any advice from experts?


---------------------------------------------------------------------
Download the Demo zip file.
Download Dojo toolkit distribution.
Note that you need the "AJAX" distribution (e.g. dojo-0.4.0-ajax.zip).
Download Lightstreamer distribution.
Unzip and deploy a Lightstreamer instance (see Lightstreamer documentation for further info).
Unzip LS_Dojo.zip and put its tree under the LS_HOME/pages/ folder (where LS_HOME is the path to your own Lightstreamer installation).
Copy the files from LS_HOME/DOCS-SDKs/sdk_client_web/lib/ to LS_HOME/pages/DojoDemo/LS/
Unzip and deploy Dojo toolkit under LS_HOME/pages/DojoDemo/
Note that unpacking the Dojo distribution a folder will be created with a name similar to "dojo-0.4.0-ajax". Please rename such folder to "Dojo" (or change the references on the index.html file).

Start Lightstreamer Server.
Point your web browser to http://localhost:8080/DojoDemo/
----------------------------------------------------