On Fri, Jan 16, 2009 at 5:47 PM, Alessandro Cosenza <[email protected]> wrote: > hi, when i start jackrabbit webapp from browser and > create a new repository from the jsp page, it creates two > repository folder, one in the path i specify and another in > the Tomcat bin folder. why?
Are you sure the repository in tomcat's bin folder is created _after_ you created a repository through the jsp? AFAIK by default the webapp creates a repository in the current working directory on startup, which would be tomcat's bin folder if that is the start location of the servlet container. Regards, Alex -- Alexander Klimetschek [email protected]
