#enterprise XACML initializer properties: #classpaths are now supported! xacml.config.loc = classpath:xacml-configuration.xml xacml.policy.schema.loc = classpath:schemas/xacml-2.0-policy.xsd xacml.context.schema.loc = classpath:schemas/xacml-2.0-context.xsd #datetime provider configuration, required only for SNTPDateTimeProvider aas.datetime.timezone = GMT aas.datetime.timeserver.host= 192.43.244.18 aas.datetime.timeserver.port= 123 aas.datetime.sync.cron.expr = 0 0/10 * * * ? #trusted certs keystore location aas.trusted.certs.location = /tmp/trusted_certs/ #strictly DNet infrastructure related ####################################################### # BEGIN COMMON CONFIGURATION SECTION ####################################################### is.host = 127.0.0.1 #set temporarily to be visible outside 88.156.223.164 in order to receive notifications a2.service.host = 88.156.223.164 a2.service.port = 8080 a2.service.context = icm-aas2-latest/services service.base.address = http://${a2.service.host}:${a2.service.port}/${a2.service.context} ####################################################### # END COMMON CONFIGURATION SECTION ####################################################### #ISSN subscription issn.consumer.reference.url = ${service.base.address}/aaService issn.consumer.reference.wsdl = ${issn.consumer.reference.url}?wsdl #IS services locations is.lu.service.port = 8090 is.pr.service.port = 8090 is.rs.service.port = 8090 is.sn.service.port = 8090 is.lu.service.host = ${is.host} is.pr.service.host = ${is.host} is.rs.service.host = ${is.host} is.sn.service.host = ${is.host} is.lu.service.location = http://${is.lu.service.host}:${is.lu.service.port}/app/services/isLookUp is.pr.service.location = http://${is.pr.service.host}:${is.pr.service.port}/app/services/isRegistry is.rs.service.location = http://${is.rs.service.host}:${is.rs.service.port}/app/services/resultSet is.sn.service.location = http://${is.sn.service.host}:${is.sn.service.port}/app/services/isSN #external ip allowed to use administration servlet admin.external.ip.allowed = 88.156.223.164