We have tomcat instance running in the development server and pointing towards the development database. We have a context.xml which has the connection pointing to the database. Unfortunately, we dont have the staging servers available. So we might have to use the same war file to connect the staging database for the staging environment. How can we do it? Please help
The Web server is Tomcat.