(JSP) DataSource invalid: "java.sql.SQLException: No suitable driver"
DataSource invalid: "java.sql.SQLException: No suitable driver" — oracle-tech I think this is a classloader problem. JSTL uses a static method DataSourceUtil.getDataSource(Object, PageContext) to lookup de datasource. It throws a java.sql.Exception, not a NamingException. Instead of: use: 이후에, JSTL sql 태그에서 dataSource를 ${conn}으로 잡으면 된다. Instead of: use: