I am using Tomcat 6.0.18 and am using jTDS to connect to SQL Server 2005. The application is working fine in development (I'm using Netbeans 6.5) and I build the WAR from the IDE at the moment. When I deploy the WAR to the test server I update the context.xml to point the database connection URL to the testing SQL Server, and restart the application server. But, the DataSource is still using the settings from the WAR that I deployed and not reading the new values that I changed in the context.xml. If I put the testing details into the context.xml before I build the WAR then they are the ones used and everything works correctly. Surely this is not how Tomcat is intended to behave?

Francis

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to