Re: context.xml.Resource and web.xml.resource-ref
On 17/04/2013 23:40, Jakub 1983 wrote: > what are differences/similarities and dependencies between >from context.xml and > > > from web.xml ? http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html Mark - To un
context.xml.Resource and web.xml.resource-ref
such scenario works fine for me: jdbc.xml in C:\test\catalina_base\conf\Catalina\localhost web.xml: jdbc/Test javax.sql.DataSource Container but fails when I changeResource name="jdbc/Test" in jbc.xml to Resource name="jdbc/TestChanged" w