your app?
No! You create a "ResourceLink" entry in your
context.html. Then it links to the resource defined in
server.xml.
> -Mensagem original-
> De: Charl Gerber [mailto:[EMAIL PROTECTED]
> Enviada em: quinta-feira, 27 de março de 2008 09:04
> Para: Tomcat U
-feira, 27 de março de 2008 09:04
Para: Tomcat Users List
Assunto: Re: RES: Application context configuration & datasources
> You are not supposed to edit server.xml in order to make your pooled
> connections work.
>> You do when its a connection pool shared by more than one applic
> You are not supposed to edit server.xml in order to
> make your pooled connections work.
You do when its a connection pool shared by more than
one application. How else do you create global
resources?
Anyway, all solved now. Looks like there was a
context.xml from a previous build in the
/conf
Hi,
You are not supposed to edit server.xml in order to make your pooled
connections work. As your log messages suggest, I would you recomend you put
your context.xml file inside a META-INF directory, as you mentioned. As a
matter of an example, here is my context.xml file, which is stored insi