For
example, copy the initial bundle list and the basic settings. The initial
bundle list looks like:
osgi.bundles=bundlefiles/com.ibm.rfid.bundle.loader_version.jar@start
The following settings
are important for a
Device Manager server deployment:
Note: Optionally, you can adapt the property com.ibm.rfid.dms.agentext.config.manufacturer to
a meaningful value. The device manufacturer field on the Device Manager server contains
the correct value.
com.ibm.rfid.bundle.list.url= file:./bundlefiles/dms18load.txt
com.ibm.rfid.edge.config.url=file:./empty.xml
com.ibm.rfid.edge.config.autostart=false
com.ibm.rfid.edge.config.interval= 30000
com.ibm.rfid.edge.config.bootstrap=true
com.ibm.rfid.edge.config.bootstrap.overrides=false
#
com.ibm.rfid.dms.agentext.config.manufacturer=Unknown
com.ibm.rfid.dms.agentext.config.modelextension=Edge
#the following line should remain commented out unless
#you want to define the DMS device name here
#com.ibm.rfid.dms.agentext.config.deviceidextension="staticExtension"
#For DMS notification you need to set the OSGi HTTP server port
#If you change this value you need to adapt the notification port
#on the DMS server
org.osgi.service.http.port=8777