> From: Andrew Connick [mailto:[EMAIL PROTECTED]
> Subject: Using META-INF/context.xml
>
> Similarly, if I put it into conf/Catalina/localhost/myapp.xml
> it's fine, but putting it in myapp/META-INF/context.xml does
> not work.
>
> I also found that if I put completely invalid xml in
> myapp/M
> From: Sebastian Gerdes
> [mailto:[EMAIL PROTECTED]
> Subject: Re: Using META-INF/context.xml
>
> your 'context' tag is missing the attributes 'docbase' and 'path'.
Thank you for posting completely incorrect information. Properly placed
elements
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Andrew,
your 'context' tag is missing the attributes 'docbase' and 'path'.
It should look like this:
I'm having problems trying to set up a DataSource in META-INF/context.xml
>
> If I specify the within a in server.xml it works fine