Hi Jessica,

Jessica Delsinne wrote:
The problem is that in the file server.xml, I have no context element. (I
use Tomcat 5.0.30, integrated to JOnAS 4.3.4).
I tryed to create myself a context element inside the  <Host> element, like
that :
<Host>
.....
<Context>
<Resource name="jcr/repository"
              auth="Container"
              type="javax.jcr.Repository"/>
<ResourceParams.........
</ResourceParams>
</Context>
</Host>

I suspect that your problem is caused by not specifying the required docBase and path attributes for the Context element (see [1]).

[1] http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html

BR,

Jukka Zitting

Reply via email to