On Sun, Jul 26, 2009 at 11:10 PM, Ronak Patel<[email protected]> wrote: > What does this file do? How do I create it? What is the jsp page supposed to > do? > > I couldn't find any documentation anywhere that says what to do....am I > looking in the wrong places??
Did you go to config/index.jsp with a browser? The error message doesn't mean the webapp didn't start, it just means that the repository wasn't started yet. The idea is that you get up and running with the webapp without modifying config files. But for deployments with a-priori config you would edit the bootstrap.properties. Regards, Alex -- Alexander Klimetschek [email protected]
