Yes sir. Otherwise, I wouldn't be seeing the stack trace:
4.03.2008 10:22:24 *ERROR* RepositoryStartupServlet: Repository startup
configuration is not valid but a bootstrap config i
s specified. (RepositoryStartupServlet.java, line 366)
14.03.2008 10:22:24 *ERROR* RepositoryStartupServlet: Either create the
jackrabbit/bootstrap.properties file or (RepositoryS
tartupServlet.java, line 367)
14.03.2008 10:22:24 *ERROR* RepositoryStartupServlet: use the
'/config/index.jsp' for easy configuration. (RepositoryStartup
Servlet.java, line 368)
14.03.2008 10:22:24 *ERROR* RepositoryStartupServlet:
RepositoryStartupServlet initializing failed: javax.servlet.ServletExc
eption: Repository startup configuration is not valid.
(RepositoryStartupServlet.java, line 245)
javax.servlet.ServletException: Repository startup configuration is not
valid.
at
org.apache.jackrabbit.j2ee.RepositoryStartupServlet.configure(RepositoryStartupServlet.java:369)
at
org.apache.jackrabbit.j2ee.RepositoryStartupServlet.startup(RepositoryStartupServlet.java:237)
at
org.apache.jackrabbit.j2ee.RepositoryStartupServlet.init(RepositoryStartupServlet.java:211)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
________________________________
From: Fernando Cabredo <[email protected]>
To: [email protected]
Sent: Sunday, July 26, 2009 7:01:32 AM
Subject: Re: Jackrabbit webapp not working
Hi Ronak,
Did you add the jcr-1.0.jar file into your webapplib folder?
Pando Cabredo
________________________________
From: Ronak Patel <[email protected]>
To: [email protected]
Sent: Sunday, July 26, 2009 9:55:11 PM
Subject: Jackrabbit webapp not working
Hi,
I'm new to Apache Jackrabbit and trying to set up my repository to use my mySQL
database.
As such, I tried to set up Apache Jackrabbit as a webapp following the
instructions from:
http://wiki.apache.org/jackrabbit/JackRabbitOnTomcat6
However, I couldn't get Jackrabbit to turn on successfully as soon as I deploy
the webapp.
I saw several others have had the same problem:
http://www.nabble.com/Clean-deploy-repository-problem-td16048485.html
Now, I was wondering if anyone ever figured out how to get this up and
running????
Thanks,
Ronak