So after some testing I was able to get SmartGWT to use the new Tomcat connection pool. In order to get this to work i had to set
as bbruyn indicated. I think you might want to recheck your statement that the SmartGWT pooling is off by default when using JNDI, because from our testing, putting in that statement had an immediate effect (before trying the new Tomcat pool). Thanks for your help. I do think you may want make the SqlConnectionPooling.html a little more clear though.
Code:
sql.pool.enabled: false
Comment