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