> 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 se
: 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
on
> 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
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.
factory="org.apache.jackrabbit.core.jndi.BindableRepositoryFact
I've solved part of the problem... or at least made it less
complicated (I hope). The ClassNotFound exception mentioned at the
bottom is due to the jackrabbit jars being located in server/lib as
opposed to common/lib. I'd placed them in server lib on the advice of
someone more familiar with