You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,12 @@ Please refer to the *General Concepts* document (available under `DOCS-SDKs` in
94
94
95
95
If you want to install a version of the *Stock-List Demo* in your local Lightstreamer Server, follow these steps:
96
96
97
-
* Download *Lightstreamer Server Version 6.0 or greater* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](http://www.lightstreamer.com/download.htm), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
97
+
* Download *Lightstreamer Server Version 6.1* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](http://www.lightstreamer.com/download.htm), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
98
98
* Make sure that Lightstreamer Server is not running.
99
99
100
100
### Installing the Adapter
101
101
102
-
* Get the `deploy.zip` file of the [Metadata Adapter latest release](https://github.com/Lightstreamer/Lightstreamer-example-MPNStockListMetadata-adapter-java/releases), unzip it, and copy the `StockList` folder into the `adapters` folder of your Lightstreamer Server installation.
102
+
* Get the `deploy.zip` file of the [Metadata Adapter latest release](https://github.com/Lightstreamer/Lightstreamer-example-MPNStockListMetadata-adapter-java/releases) available for Server 6, unzip it, and copy the `StockList` folder into the `adapters` folder of your Lightstreamer Server installation.
103
103
* Get the `deploy.zip` file of the [Data Adapter latest release](https://github.com/Lightstreamer/Lightstreamer-example-StockList-adapter-java/releases), unzip it, and copy the content of `StockList/lib` folder into the `adapters/StockList/lib` folder of your Lightstreamer Server installation.
104
104
105
105
### Enabling the MPN Module
@@ -233,7 +233,7 @@ If everything is correct, you should receive the push notification within a few
233
233
To build your own version of `LS_StockListDemo_MetadataAdapter.jar`, instead of using the one provided in the `deploy.zip` file from the [Install](https://github.com/Lightstreamer/Lightstreamer-example-MPNStocklistMetadata-adapter-java#install) section above, follow these steps:
234
234
235
235
* Download this project.
236
-
* Get the `ls-adapter-interface.jar` file from the `/lib` folder of the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy it into the `lib` folder.
236
+
* Get the `ls-adapter-interface.jar` file from the `/lib` folder of the [Lightstreamer 6.1 distribution](http://www.lightstreamer.com/download), and copy it into the `lib` folder.
237
237
* Get the `log4j-1.2.17.jar` file from [Apache log4j](https://logging.apache.org/log4j/1.2/) and copy it into the `lib` folder.
238
238
* Create the jar `LS_StockListDemo_MetadataAdapter.jar` with commands like these:
239
239
@@ -263,4 +263,4 @@ To build your own version of `LS_StockListDemo_MetadataAdapter.jar`, instead of
263
263
264
264
## Lightstreamer Compatibility Notes
265
265
266
-
- Compatible with Lightstreamer SDK for Java Adapters since 6.0.x
266
+
- Compatible with Lightstreamer SDK for Java Adapters 6.0.x
0 commit comments