Context.xml not updating dataSource

2009-06-22 Thread Francis Judge
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

Context.xml not updating dataSource

2009-06-22 Thread Francis Judge
I am using Tomcat 6.0.18 on Windows Vista (dev) and Server 2003 R2 (test) 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

Re: Context.xml not updating dataSource

2009-06-22 Thread Francis Judge
://localhost:1433;DatabaseName=TMS* maxActive=*8* maxIdle=*1* removeAbandoned=*true* I have not set the 'unpackWARs' option anywhere but I deploy through the tomcat administrative console. Mark Thomas wrote: Francis Judge wrote: I am using Tomcat 6.0.18 and am using jTDS to connect to SQL

Re: Context.xml not updating dataSource

2009-06-22 Thread Francis Judge
Brilliant, I didn't see this in any of the documentation that read. Thanks for the help Francis Mark Thomas wrote: Francis Judge wrote: I'm editing the context.xml in the application's MET-INF directory. The following is what it contains: Resource name=*DB/TMS* auth=*Container* type