On Fri, Jan 16, 2009 at 2:42 PM, Alessandro Cosenza <alessandro.cose...@itkey.it> wrote: > hi, when i use jackrabbit webapp for creating for the first > time > a repository where does it take the repository.xml?
The org.apache.jackrabbit.j2ee.RepositoryStartupServlet in the web.xml [1] starts the repository and has a parameter "repository-config" set in the web.xml that is used as repository.xml configuration. The default value is /WEB-INF/repository/repository.xml (aka the default repository.xml is in the webapp). [1] https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/WEB-INF/web.xml Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com