Bootstrapping is controlled with the following to configuration files
ECE_LOCALCONFIG/neo/io/content/InitialBootstrapper.properties
# The default dpeth to try to probe when going through the section tree. By default, a
# publication's top sections along with its children are probed, i.e. the depth is set to 2.
# Setting this property has effect when the bootstrapOnStratup is set to the keyword true
# (through features for example)
depth=3
# The number of seconds that the InitialBootstrapper should wait before trying to load the
# publications. Default value is 60
secondsToWait=120
# The number of seconds to try retrieving the sections and articles in the bootstrap phase.
# By default, if a publication has not finished bootstraping within 30 seconds, the boostrap
# for the publication in question would fail
timeoutSeconds=120
features (Publication resource)
#######################################################################
# Initial Bootstrapper Configurations
#######################################################################
# Can be set to make the InitialBoottrapper run through the publication
# when the server starts
# Example:
# bootstrapOnStartup=ece_frontpage,main,news,sports,football
# bootstrapOnStartup=true
# when set to true the depth property of the InitialBootstrapper
# component is used
bootstrapOnStartup=true
# The initial bootstrapper will by default try to connect to the
# publication's URL. On a multi-server installation, this will probably
# be a HTTP server spraying the requests to more application servers.
# To make the initial bootstrapper connect to the bootstrapper,
# add a line which specifies the "localUrl" property. All connections to
# the template system
# Example:
# local.url=http://localhost:8080//
local.url=http://localhost:8080/myPub/
Notes
Once Bootstrapping is complete, the property "bootstrapped" in http:///escenic-admin/browser/neo/io/content/InitialBootstrapper has value "true". The publication is not accessible until bootstrapping is complete.
You can also force mark complete the bootstrapping process by setting the "bootstrapped" property to "true" here: http:///escenic-admin/browser/neo/io/content/InitialBootstrapper?property=bootstrapped
Changing logging level of the Bootstrapping component
trace.properties (or relevant log4j properties)
log4j.category.neo.xredsys.config.InitialBootstrapper=DEBUG, Appender

- ECE_LOCALCONFIG/neo/io/content/InitialBootstrapper.properties
- features (Publication resource - /escenic/features)
ECE_LOCALCONFIG/neo/io/content/InitialBootstrapper.properties
# The default dpeth to try to probe when going through the section tree. By default, a
# publication's top sections along with its children are probed, i.e. the depth is set to 2.
# Setting this property has effect when the bootstrapOnStratup is set to the keyword true
# (through features for example)
depth=3
# The number of seconds that the InitialBootstrapper should wait before trying to load the
# publications. Default value is 60
secondsToWait=120
# The number of seconds to try retrieving the sections and articles in the bootstrap phase.
# By default, if a publication has not finished bootstraping within 30 seconds, the boostrap
# for the publication in question would fail
timeoutSeconds=120
features (Publication resource)
#######################################################################
# Initial Bootstrapper Configurations
#######################################################################
# Can be set to make the InitialBoottrapper run through the publication
# when the server starts
# Example:
# bootstrapOnStartup=ece_frontpage,main,news,sports,football
# bootstrapOnStartup=true
# when set to true the depth property of the InitialBootstrapper
# component is used
bootstrapOnStartup=true
# The initial bootstrapper will by default try to connect to the
# publication's URL. On a multi-server installation, this will probably
# be a HTTP server spraying the requests to more application servers.
# To make the initial bootstrapper connect to the bootstrapper,
# add a line which specifies the "localUrl" property. All connections to
# the template system
# Example:
# local.url=http://localhost:8080/
local.url=http://localhost:8080/myPub/
Notes
Once Bootstrapping is complete, the property "bootstrapped" in http://
You can also force mark complete the bootstrapping process by setting the "bootstrapped" property to "true" here: http://
Changing logging level of the Bootstrapping component
trace.properties (or relevant log4j properties)
log4j.category.neo.xredsys.config.InitialBootstrapper=DEBUG, Appender



