I have looked at a couple of posts regarding JNDI and ways to manage datasource configuration. My question is: what are the pros and cons of:
- externalizing the configuration of datasources (by any means, context.xml, server.xml whatever) versus:
- keeping the configuration within the war's context.xml