Hi, I have experienced such behaviour previously with other libraries, etc. For me, it turned out that one of my JAR files had been corrupted during download or build time. I suggest you check the MD5 checksum of your JAR files with what is provided on the Jackrabbit website (I preassume the checksums are available on Jackrabbit's homepage...)
Regards, Behi Qun Gu wrote: > > Hi, > > Tomcat 5.5.17 crashed right away after adding the following snippet to > conf/server.xml > > <GlobalNamingResources> > ... > <Resource name="jcr/globalRepository" > auth="Container" > type="javax.jcr.Repository" > > factory="org.apache.jackrabbit.core.jndi.BindableRepositoryFactory" > > configFilePath="c:/dev/apps/tomcat/tomcat-5.5.17/shared/repository/repository.xml" > > repHomeDir="c:/dev/apps/tomcat/tomcat-5.5.17/shared/repository" > /> > ... > </GlobalNamingResources> > > I looked through the mailing list and couldn't find a workaround. Besides, > I couldn't even see the error messages on the console because it closed so > quick(nothing logged in catalina.2006-10-04.log either). Is there a way > that I can see the error message? > > Thanks. > > Qun > > > > > -- View this message in context: http://www.nabble.com/Tomcat-crashed-with-mode-2-configuration-tf2383464.html#a6650323 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
