Révision bf9c3717
Ajouté par Remy Menard il y a plus de 11 ans
EpcILoN/src/main/resources/application.properties | ||
---|---|---|
# gateway.properties - various properties (loaded at runtime) which are used
|
||
# to configure the behaviour of the discovery module interface
|
||
|
||
## identity of this application
|
||
identity = anonymous
|
||
|
||
## login and password for the ds connection :
|
||
|
||
login = anonymous
|
||
password = anonymous
|
||
|
||
session-failed-id = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||
|
||
## service address
|
||
|
||
discovery-service-address = http://localhost:8080/ds/services/ESDS_Service
|
||
|
||
## query client address
|
||
|
||
query-client-address = http://localhost:8080/epcis/query
|
||
query-callback-address = http://localhost:8080/epcilon/StandingQueryCallbackServlet
|
||
|
||
## publisher properties :
|
||
|
||
publisher-frequency = 20000
|
||
publisher-max-wait = 100000
|
||
publisher-monitor-frequency = 25000
|
||
epcis-to-ds-pool-event = 1000
|
||
|
||
simultaneous-publish-limit = 20
|
||
|
||
|
||
## event default properties :
|
||
|
||
default-event-epc = urn:epc:id:default:0.0.0
|
||
default-event-business-step = urn:orange:demo:bizstep:fmcg:default
|
||
default-event-class = C_DEFAULT
|
||
default-event-id = 1
|
||
default-event-sc = SC_DEFAULT
|
||
default-event-ttl = 365
|
||
default-event-priority = 1
|
||
default-event-to-publish-timestamp = 20000000
|
||
publisher-pending-republish = 180000
|
||
|
||
## 1:"second" || 2:"minute" || 3:"hour" || 4:"dayOfMonth" || 5:"month" || 6:"dayOfWeek"
|
||
subscription-type = 1
|
||
subscription-value = 10
|
||
|
||
## fr.iota.epcilon.discovery.Publisher (publication one by one) || fr.unicaen.iota.epcilon.discovery.XPublisher (multiple publication)
|
||
publisher-class-name = fr.unicaen.iota.epcilon.discovery.XPublisher
|
||
publish = false
|
||
|
||
# TLS private and public keys
|
||
pks-filename = /srv/privatekeys.jks
|
||
pks-password = changeit
|
||
trust-pks-filename = /srv/publickeys.jks
|
||
trust-pks-password = changeit
|
||
# gateway.properties - various properties (loaded at runtime) which are used
|
||
# to configure the behaviour of the discovery module interface
|
||
|
||
## identity of this application
|
||
identity = anonymous
|
||
|
||
## login and password for the ds connection :
|
||
|
||
login = anonymous
|
||
password = anonymous
|
||
|
||
session-failed-id = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||
|
||
## service address
|
||
|
||
discovery-service-address = http://localhost:8080/ds/services/ESDS_Service
|
||
|
||
## query client address
|
||
|
||
query-client-address = http://localhost:8080/epcis/query
|
||
query-callback-address = http://localhost:8080/epcilon/StandingQueryCallbackServlet
|
||
|
||
## publisher properties :
|
||
|
||
publisher-frequency = 20000
|
||
publisher-max-wait = 100000
|
||
publisher-monitor-frequency = 25000
|
||
epcis-to-ds-pool-event = 1000
|
||
|
||
simultaneous-publish-limit = 20
|
||
|
||
|
||
## event default properties :
|
||
|
||
default-event-epc = urn:epc:id:default:0.0.0
|
||
default-event-business-step = urn:orange:demo:bizstep:fmcg:default
|
||
default-event-class = C_DEFAULT
|
||
default-event-id = 1
|
||
default-event-sc = SC_DEFAULT
|
||
default-event-ttl = 365
|
||
default-event-priority = 1
|
||
default-event-to-publish-timestamp = 20000000
|
||
publisher-pending-republish = 180000
|
||
|
||
## 1:"second" || 2:"minute" || 3:"hour" || 4:"dayOfMonth" || 5:"month" || 6:"dayOfWeek"
|
||
subscription-type = 1
|
||
subscription-value = 10
|
||
|
||
## fr.iota.epcilon.discovery.Publisher (publication one by one) || fr.unicaen.iota.epcilon.discovery.XPublisher (multiple publication)
|
||
publisher-class-name = fr.unicaen.iota.epcilon.discovery.XPublisher
|
||
publish = false
|
||
|
||
# TLS private and public keys
|
||
pks-filename = /srv/privatekeys.jks
|
||
pks-password = changeit
|
||
trust-pks-filename = /srv/publickeys.jks
|
||
trust-pks-password = changeit
|
Formats disponibles : Unified diff
Version 1.99
- a few bugs fixed!
- new testing application to capture events
- new options to the command line to configure the public/private keys
for TLS and for signature
- new method more accurate than "traceEPC": the events are sorted by
EPCIS
- New options added to the command line
- user can be identified by alias, if the DN of his certificate is
incompatible with the LDAP directory
- new shell script to configure the LDAP directory (same
functionnalities as IoTa-Installer)
- installs and configures LaMBDa
- finer certificate mangagement
- EpcILoN correctly subscribe with TLS to ETa
- new figure for LaMBDa
- shows data flows between PHI and YPSilon
- sets DS and DSeTa in different schemas