Re: Trouble accessing Resources in my Context

2006-02-14 Thread Mark Slater
I've got my servlet working now, without resorting to using a Context element inside the server.xml. I found that putting the Context in $TOMCAT_HOME/conf/Catalina/localhost/jackrabbit_config_test.xml works fine. Context Resource name=jcr/model1Repository auth=Container

RE: Trouble accessing Resources in my Context

2006-02-14 Thread Caldarale, Charles R
From: Mark Slater [mailto:[EMAIL PROTECTED] Subject: Re: Trouble accessing Resources in my Context So, while this works acceptably (the context information for the webapp is not included in server.xml), I would *much* prefer to use the WEB-INF/context.xml the Tomcat docs say I can

Re: Trouble accessing Resources in my Context

2006-02-14 Thread Mark Slater
: Mark Slater [mailto:[EMAIL PROTECTED] Subject: Re: Trouble accessing Resources in my Context So, while this works acceptably (the context information for the webapp is not included in server.xml), I would *much* prefer to use the WEB-INF/context.xml the Tomcat docs say I can (the fourth bullet

RE: Trouble accessing Resources in my Context

2006-02-14 Thread Caldarale, Charles R
From: Mark Slater [mailto:[EMAIL PROTECTED] Subject: Re: Trouble accessing Resources in my Context Is there any particular reason the context file goes in META-INF as opposed to WEB-INF? As I understand it, the structure and contents of WEB-INF are defined by the servlet spec, and adding