>From the documentation, I understand that the initial startup of the
webapp, when the repository needs to be created for the first time,
can use one of two choices:

1) bootstrap.properties
2) in the absence of this file, a repository setup wizard that is
bundled with the webapp

My intent is to use the bootstrap file.  The web.xml, as packaged by
Jackrabbit, has a init-param pointing to this file.  The other params,
such as the repository.xml and repository home, are commented out.

My Question:

If I bootstrap my repo from the bootstrap file, do I then need to
rebuilt the WAR file with the bootstrap file init-param removed and
the other ones uncommented?

Reply via email to