Hello, I have a WAR file which I distribute to multiple servers with multiple virtual hosts. On each server I have a database, which is accessed by all virtual host apps on this server.
Is it the right approach to put database access credentials in $TOMCAT/conf/context.xml which will then be loaded by each virtual host app or should I put them somewhere else? Thanks