Skip to content

bootstrap.properties

forumbyr edited this page Mar 12, 2015 · 4 revisions

$TOMCAT_HOME/webapps/rdap/WEB-INF/classes/bootstrap.properties

This is used for bootstrap service in RDAP service, it will synchronize data from IANA periodically.

(lines start with '#' are comments)

#IANA bootstrap registry base URL
bootstrapRegistryBaseUrl=http://218.241.106.159/
#bootstrap uri for domain
bootstrapRegistryUriForDomain=domain.jsp
#bootstrap uri for as
bootstrapRegistryUriForAs=as.jsp
#bootstrap uri for ipv4
bootstrapRegistryUriForIpv4=ipv4.jsp
#bootstrap uri for ipv6
bootstrapRegistryUriForIpv6=ipv6.jsp
#CronExpression
cron.bootstrap=0 0 0 1 1 ?

for CronExpression, please ref Quartz cron expression